https://github.com/AlejandroRocaVandeSype/MetalSlug_Remake
I recreated the first level of the original Metal Slug as part of my programming course at DAE
https://github.com/AlejandroRocaVandeSype/MetalSlug_Remake
cplusplus game-development school-project visual-studio
Last synced: about 1 month ago
JSON representation
I recreated the first level of the original Metal Slug as part of my programming course at DAE
- Host: GitHub
- URL: https://github.com/AlejandroRocaVandeSype/MetalSlug_Remake
- Owner: AlejandroRocaVandeSype
- Created: 2024-10-31T11:21:50.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-10-31T11:37:56.000Z (6 months ago)
- Last Synced: 2025-02-12T18:25:16.054Z (3 months ago)
- Topics: cplusplus, game-development, school-project, visual-studio
- Language: C
- Homepage: https://alejandrorvande.wixsite.com/portfolio/metal-slug
- Size: 32.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
About the project
The purpose of this project was to apply all the concepts that I learnt during my programming course. The main focus was on the basic principles of a game like Collision detection, Sprites, animations, camera etc. At the same time, I had to apply and extend all my knowledge of object-oriented programming and C++, including aspects like templates, Interfaces, polymorphism, Standard library sequences and containers.You can read more about the project here -> https://alejandrorvande.wixsite.com/portfolio/metal-slug
If you want to play it you can directly download from here or you can download a build from itch.io: https://alexroca.itch.io/first-level-of-the-original-metalslug
Controls
Left/Right Arrow Keys: Move character
Up Arrow Key: Aim upwards
Down Arrow Key: Crouch
X Key: Shoot
C Key: Jump
Enter Key: Start game from menu
ESC Key: Show pause menu