-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.md
68 lines (50 loc) · 2.17 KB
/
README.md
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<h1 align="center">
<img src="Images/MetroidBanner.png"/>
![_alt text_](https://img.shields.io/badge/Platforms-windows_|_macos-blue??style=for-the-badge)
</h1>
<h3 align="center">
A remake of Nintendo`s masterpice origin Metroid using Unity & C#
</h3>
## Table Of Content
- [General](#general)
- [Installation](#installation)
- [How To Play](#howtoplay)
- [Screenshots](#screenshots)
- [Credits](#credits)
## General
The game was created as part of "Game Development Foundations course" by [NotSlot](https://github.com/notslot) within my Computer Science B.Sc.
The initial task was to replicate a video game from the 1980s.
I specifically selected Metroid because I firmly believe it had a significant impact on the development of video games.
**I strongly suggest to check the light mod that I created following this project - [MetroidLightMod](https://github.com/ArnonGuttel/MetroidLightMod)**
## Installation
- Windows:
-   Download the [WindowsBuild](https://github.com/ArnonGuttel/MetroidRemake/tree/main/WindowsBuild) folder
-   Run the Metroid Game.exe executable file.
- Mac
-   Download the [MacBuild](https://github.com/ArnonGuttel/MetroidRemake/tree/main/MacBuild.app/Contents) folder
-   Run the Mac Build.app_ package
## How To Play
- Arrow key's to move
- Down arrow key to start/stop roll (once roll powerup taken)
- 's' key to fire
- 'esc' key to pause
## Screenshots
<h3>Gameplay:</h3>
<p align="center">
<img src="Images/Gameplay1.jpeg" width="400"/>
<img src="Images/Gameplay3.jpeg" width="400"/>
<img src="Images/Gameplay4.jpeg" width="400"/>
<img src="Images/Gameplay5.jpeg" width="400"/>
</p>
<h3>Pause Menu:</h3>
<p align="center">
<img src="Images/PauseMenu.jpeg" width="400"/>
</p>
<h3>Game over:</h3>
<p align="center">
<img src="Images/GameOverMenu.jpeg" width="400"/>
</p>
## Credits
- Banner Logo - [DivineArt](https://www.deviantart.com/imleerobson/art/Metroid-Title-Screen-Vector-Logo-1987-703268172)
- Sprites - [Spriters-Resource](https://www.spriters-resource.com/nes/metroid/)
- Sound Effects - [Sounds-Resource](https://www.sounds-resource.com/nes/metroid/sound/4866/)