diff --git a/README.md b/README.md index b1c243a6a8331d71b7d3d40d03f7703e4f88d62f..0ec4074755ecbf0f295c24f9ded6a87102e2b76a 100644 --- a/README.md +++ b/README.md @@ -43,26 +43,79 @@ Extended Survival Shooter memiliki beberapa fitur diantaranya : ## Library & Asset yang digunakan - [Environment Utama](https://assetstore.unity.com/packages/3d/environments/fantasy/polyart-ancient-village-pack-166022) + - [Metalons](https://assetstore.unity.com/packages/3d/characters/creatures/meshtint-free-polygonal-metalon-151383) + - [Golemns](https://assetstore.unity.com/packages/3d/characters/humanoids/fantasy/mini-legion-rock-golem-pbr-hp-polyart-94707) + - [Lich](https://assetstore.unity.com/packages/3d/characters/humanoids/fantasy/mini-legion-lich-pbr-hp-polyart-91497) + - [Wizard](https://assetstore.unity.com/packages/3d/characters/humanoids/fantasy/battle-wizard-poly-art-128097) + - [Final Boss](https://assetstore.unity.com/packages/3d/characters/demon-girl-107207) + - [RPGTalk](https://assetstore.unity.com/packages/tools/gui/rpgtalk-73392) + - [Projectile Pack](https://assetstore.unity.com/packages/vfx/particles/spells/toon-projectiles-2-184946) + - [Cannon & Ball](https://www.cgtrader.com/free-3d-models/military/gun/pirate-cannon-for-ue4) + - [Fox](https://sketchfab.com/3d-models/low-poly-fox-by-pixelmannen-animated-371dea88d7e04a76af5763f2a36866bc) - [Duck](https://sketchfab.com/3d-models/lowpoly-duck-animated-0242fe38361c4bdabadcfddb42eb3325) ## Screenshot Aplikasi +### Main Menu + + + +### Load + + + +### Scoreboard + + + +### Cutscene + + + +### Quest + + + +### Quest End + + + +### Shop + + + +### Pet + + + +### Cheat + + + +### Game Over + + + +### In Game Save + + + ## Pembagian Kerja & Jumlah Jam Pengerjaan | NIM | Nama | Pembagian Kerja | Jumlah Jam Persiapan & Pengerjaan | |------------|----------------------------|------------------|------| | 13520032 | Fadil Fauzani | Shopkeeper & Pet | 35 Jam | -| 13520081 | Andhika Arta Aryanto | Story, Main Game (Level 3 & 4), Dialogue System | 45 Jam | -| 13520083 | Sarah Azka Arief | Story, Main Game (Level 1 & 2), Quest System | 41 Jam | +| 13520081 | Andhika Arta Aryanto | Story, Main Game (Level 3 & 4), Dialogue System | 43 Jam | +| 13520083 | Sarah Azka Arief | Story, Main Game (Level 1 & 2), Quest System | 39 Jam | | 13520119 | Marchotridyo | Weapon, Cheat, Quality Assurance| | | 13520120 | Afrizal Sebastian | Main Menu, Save & Load Game, Scoreboard, Game Over | | diff --git a/images/cheat.png b/images/cheat.png new file mode 100644 index 0000000000000000000000000000000000000000..e069dce96f64329ea2bff300cf896f68db0d3caf Binary files /dev/null and b/images/cheat.png differ diff --git a/images/cutscene-3.png b/images/cutscene-3.png new file mode 100644 index 0000000000000000000000000000000000000000..b8cd6d6c0a661d0e3d9ee5374752ff75d16407fa Binary files /dev/null and b/images/cutscene-3.png differ diff --git a/images/game-over.png b/images/game-over.png new file mode 100644 index 0000000000000000000000000000000000000000..b51e0e8d492926b396c4f9500e8eaf712f58b065 Binary files /dev/null and b/images/game-over.png differ diff --git a/images/ingame-save1.png b/images/ingame-save1.png new file mode 100644 index 0000000000000000000000000000000000000000..ca2f73ec54a97ed695b2b437c7a7f44a458af7f5 Binary files /dev/null and b/images/ingame-save1.png differ diff --git a/images/load.png b/images/load.png new file mode 100644 index 0000000000000000000000000000000000000000..1737f8228741d747c5f7561609a4869e7d79fe73 Binary files /dev/null and b/images/load.png differ diff --git a/images/main-menu.png b/images/main-menu.png new file mode 100644 index 0000000000000000000000000000000000000000..ce635e806a3066d96954a1bca909b5341941b92d Binary files /dev/null and b/images/main-menu.png differ diff --git a/images/pet.png b/images/pet.png new file mode 100644 index 0000000000000000000000000000000000000000..d223a64fa4d02651023879796895196c15c47d63 Binary files /dev/null and b/images/pet.png differ diff --git a/images/quest-4.png b/images/quest-4.png new file mode 100644 index 0000000000000000000000000000000000000000..13d839688fdff543b5f84a2a745c6a60b6b6f092 Binary files /dev/null and b/images/quest-4.png differ diff --git a/images/quest-end.png b/images/quest-end.png new file mode 100644 index 0000000000000000000000000000000000000000..12f5d860357ee7d29edd65c18b0d13d14e95af40 Binary files /dev/null and b/images/quest-end.png differ diff --git a/images/scoreboard.png b/images/scoreboard.png new file mode 100644 index 0000000000000000000000000000000000000000..a20f15e3a79ae8b587981d2dcea4220cae78f3df Binary files /dev/null and b/images/scoreboard.png differ diff --git a/images/shop.png b/images/shop.png new file mode 100644 index 0000000000000000000000000000000000000000..5a0c45f31254c7af1cd3e98298546aa0ed5a5f85 Binary files /dev/null and b/images/shop.png differ