Distant Ruins
This is a Spy Hunter clone that I wrote in C++ using SFML. The goal is to make it to the end of each level, killing as many enemies as possible, while avoiding obstacles and killing civilians. There are 8 levels in total.
Download
Windows | Linux | Source Code
Executable file is main for Linux. Windows binary is coming soon, but you should be able to compile from source on Windows.
Controls
- Arrow Keys - Move
- Z - Use missilies or mines (if you have the power up) / Back in menus
- X - Shoot / Select in menus
- F - Toggle fullsceen
- Enter - Pause/Unpause (Also used to select in menus)
Enemy List
Enemy | Description | Score |
Taxi | You don't want to kill it. It gives you -100 on defeat. | -100 |
Spike Car | It has spikes which will stick out if it is in line of sight of you. | 100 |
Bumper Car | It can only be defeated by bumping it off the road or hitting it with a mine or missile. Be careful because it will also try to bump you off the road. | 500 |
Mine Car | Will lay mines if you are behind it. | 500 |
Limo | Shoots you from the side. | 400 |
License
The code is licensed under the MIT license.