diff --git a/README.md b/README.md index 80a2f5b6e6a73692f1cc23ba46c2f4946421db64..eed86db025cf83d679b411e39e686b71356a88cd 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ <p><i>Extended version of Survival Shooter game from Unity tutorial</i></p> </div> </div> +<br> <h1 align="center">Survival Shooter: The Sequel Game</h1> @@ -94,20 +95,68 @@ Here's Survival Shooter The Sequel main game flows and its interface. <col width="49%"> <col width="49%"> <tr> - <td width="1%" align="center"><img src="./images/screenshots/Splash Screen.jpg"/></td> - <td width="1%" align="center"><img src="./images/screenshots/Login Page.jpg"/></td> + <td width="1%" align="center"><img src="./images/screenshots/Main Menu.png"/></td> + <td width="1%" align="center"><img src="./images/screenshots/Opening Cutscene.png"/></td> + </tr> + <tr> + <td width="1%" align="center">Main Menu</td> + <td width="1%" align="center">Opening Cutscene</td> + </tr> + <tr> + <td width="1%" align="center"><img src="./images/screenshots/Dialogue Cutscene.png"/></td> + <td width="1%" align="center"><img src="./images/screenshots/Quest.png"/></td> + </tr> + <tr> + <td width="1%" align="center">Dialogue Cutscene</td> + <td width="1%" align="center">Quest Detail</td> + </tr> + <tr> + <td width="1%" align="center"><img src="./images/screenshots/Shotgun Demo.png"/></td> + <td width="1%" align="center"><img src="./images/screenshots/Sword Demo.png"/></td> + </tr> + <tr> + <td width="1%" align="center">Shotgun Demo</td> + <td width="1%" align="center">Sword Demo</td> + </tr> + <tr> + <td width="1%" align="center"><img src="./images/screenshots/Mobs.png"/></td> + <td width="1%" align="center"><img src="./images/screenshots/Orb Power Up.png"/></td> + </tr> + <tr> + <td width="1%" align="center">Mobs</td> + <td width="1%" align="center">Orb Power Up</td> + </tr> + <tr> + <td width="1%" align="center"><img src="./images/screenshots/Pet.png"/></td> + <td width="1%" align="center"><img src="./images/screenshots/Shopkeeper.png"/></td> + </tr> + <tr> + <td width="1%" align="center">Pet</td> + <td width="1%" align="center">Shopkeeper</td> + </tr> + <tr> + <td width="1%" align="center"><img src="./images/screenshots/Statistics.png"/></td> + <td width="1%" align="center"><img src="./images/screenshots/Cheat.png"/></td> + </tr> + <tr> + <td width="1%" align="center">Statistics</td> + <td width="1%" align="center">Cheat</td> + </tr> + <tr> + <td width="1%" align="center"><img src="./images/screenshots/Pause.png"/></td> + <td width="1%" align="center"><img src="./images/screenshots/Game Over.png"/></td> </tr> <tr> - <td width="1%" align="center">Features 1</td> - <td width="1%" align="center">Features 2</td> + <td width="1%" align="center">Pause</td> + <td width="1%" align="center">Game Over</td> </tr> <tr> - <td width="1%" align="center"><img src="./images/screenshots/Splash Screen.jpg"/></td> - <td width="1%" align="center"><img src="./images/screenshots/Login Page.jpg"/></td> + <td width="1%" align="center"><img src="./images/screenshots/Save Game.png"/></td> + <td width="1%" align="center"><img src="./images/screenshots/Quest Completed.png"/></td> </tr> <tr> - <td width="1%" align="center">Features 1</td> - <td width="1%" align="center">Features 2</td> + <td width="1%" align="center">Save Game</td> + <td width="1%" align="center">Quest Completed</td> </tr> </table> diff --git a/images/screenshots/Cheat.png b/images/screenshots/Cheat.png new file mode 100644 index 0000000000000000000000000000000000000000..8ea6cef3bc727e4debb6e1b57b368670fa59316b Binary files /dev/null and b/images/screenshots/Cheat.png differ diff --git a/images/screenshots/Dialogue Cutscene.png b/images/screenshots/Dialogue Cutscene.png new file mode 100644 index 0000000000000000000000000000000000000000..258b666f0725fff87ccac2a69752b3963312e05f Binary files /dev/null and b/images/screenshots/Dialogue Cutscene.png differ diff --git a/images/screenshots/Main Menu.png b/images/screenshots/Main Menu.png new file mode 100644 index 0000000000000000000000000000000000000000..7b8ea31327779b8faa07c816686081b57e439465 Binary files /dev/null and b/images/screenshots/Main Menu.png differ diff --git a/images/screenshots/Mobs.png b/images/screenshots/Mobs.png new file mode 100644 index 0000000000000000000000000000000000000000..83c8847a7212f0387982be3a0ec8ac0e94a99b1d Binary files /dev/null and b/images/screenshots/Mobs.png differ diff --git a/images/screenshots/Opening Cutscene.png b/images/screenshots/Opening Cutscene.png new file mode 100644 index 0000000000000000000000000000000000000000..ef7adc18d658357c5d129ba49768ca7650abaa1b Binary files /dev/null and b/images/screenshots/Opening Cutscene.png differ diff --git a/images/screenshots/Orb Power Up.png b/images/screenshots/Orb Power Up.png new file mode 100644 index 0000000000000000000000000000000000000000..9e1492379f2f17d0c3a3614eda90458e9a3c8211 Binary files /dev/null and b/images/screenshots/Orb Power Up.png differ diff --git a/images/screenshots/Pause.png b/images/screenshots/Pause.png new file mode 100644 index 0000000000000000000000000000000000000000..b70aee15c64180c5cb4b76bf8985ade4f5a5c154 Binary files /dev/null and b/images/screenshots/Pause.png differ diff --git a/images/screenshots/Pet.png b/images/screenshots/Pet.png new file mode 100644 index 0000000000000000000000000000000000000000..a40cfd006d0a66ec95cca50703fe84a3013406d8 Binary files /dev/null and b/images/screenshots/Pet.png differ diff --git a/images/screenshots/Quest Completed.png b/images/screenshots/Quest Completed.png new file mode 100644 index 0000000000000000000000000000000000000000..497f853101e5064c1f0ae538217bea93f69a6f78 Binary files /dev/null and b/images/screenshots/Quest Completed.png differ diff --git a/images/screenshots/Quest.png b/images/screenshots/Quest.png new file mode 100644 index 0000000000000000000000000000000000000000..bed7388e4fb80c90da9196dd5664f8e7f16463f7 Binary files /dev/null and b/images/screenshots/Quest.png differ diff --git a/images/screenshots/Shopkeeper.png b/images/screenshots/Shopkeeper.png new file mode 100644 index 0000000000000000000000000000000000000000..5f9bcccb5d3234042ba62959c566d9ac10e1f0b3 Binary files /dev/null and b/images/screenshots/Shopkeeper.png differ diff --git a/images/screenshots/Shotgun Demo.png b/images/screenshots/Shotgun Demo.png new file mode 100644 index 0000000000000000000000000000000000000000..9e9950a363fbcb50370bc16ce0600a1e2014070a Binary files /dev/null and b/images/screenshots/Shotgun Demo.png differ diff --git a/images/screenshots/Sword Demo.png b/images/screenshots/Sword Demo.png new file mode 100644 index 0000000000000000000000000000000000000000..21101cab8d6d3e2dd44e6e658f5a1272c1442f10 Binary files /dev/null and b/images/screenshots/Sword Demo.png differ