Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/very-serious-games/project1-shock-troopers
Shock Troopers clone made with SDL Library
https://github.com/very-serious-games/project1-shock-troopers
cpp game game-development sdl2
Last synced: about 2 months ago
JSON representation
Shock Troopers clone made with SDL Library
- Host: GitHub
- URL: https://github.com/very-serious-games/project1-shock-troopers
- Owner: Very-Serious-Games
- License: mit
- Created: 2023-02-17T07:32:17.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-10T13:21:39.000Z (12 months ago)
- Last Synced: 2024-01-10T15:16:47.310Z (12 months ago)
- Topics: cpp, game, game-development, sdl2
- Language: C
- Homepage: https://very-serious-games.github.io/Project1-Shock-Troopers/
- Size: 240 MB
- Stars: 6
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Project1 Shock Troopers
Shock Troopers is a run-and-gun arcade game developed by Saurus and originally released in 1997. With a top-down perspective, it offers exciting gameplay for up to two players who get to control one of eight skilled mercenaries hired by the government to eliminate a notorious terrorist organization.
The game comprises eight challenging missions, with each level having a distinct objective and culminating in a boss battle. To progress through the missions, players must combat waves of enemies, including soldiers and vehicles, using an arsenal of weapons ranging from guns to grenades. Additionally, each character possesses unique special attacks that enhance the gameplay experience.
## Authors
- [@mdoradom](https://www.github.com/mdoradom)
- [@MiquelAr-GD](https://www.github.com/MiquelAr-GD)
- [@nsortsauquillo](https://www.github.com/nsortsauquillo)
- [@apb8](https://www.github.com/apb8)
- [@martagnarta](https://www.github.com/martagnarta)## Demo
[Demo video](https://www.youtube.com/watch?v=DSSk5Oo9IO0)
## Setup
```bash
# Setup Game directory
Debug > Shock Troopers Debug Properties > Debugging > Working Directory > $(SolutionDir)/game
```## Links
- [Github Repository](https://github.com/Very-Serious-Games/Project1-Shock-Troopers)
- [Github Wiki](https://github.com/Very-Serious-Games/Project1-Shock-Troopers/wiki)
- [Website](https://very-serious-games.github.io/Project1-Shock-Troopers/)## Controls
- **Movement:** W A S D
- **Dodge:** SHIFT
- **Menu Controller Movement:** W D
- **Menu Controller Selection:** SPACE
- **Exit Game:** ESC
- **Debug Tools:**![](https://github.com/Very-Serious-Games/Project1-Shock-Troopers/blob/main/Shock%20Troopers/game/Assets/sprites/ui/debug_info.png)
## License
[MIT](https://choosealicense.com/licenses/mit/)