The space shooter game made of ASCII characters.
Cross platform C++ source code of the game. It's a home-made open-source game, feel free to clone, modify, and propose pull requests.
- Several available space ships
- Different levels with several waves (french ambiance text)
- Several save slots
- Customizable ships (just edit/add txt files in resources folder)
- 8 different weapons
- 1 fighting shield
- unlock new weapons and CPU load (number of blocs on your ship)
Libraries used :
- SDL 1.2
- SDL GFX
My own website where you can find more about this game, like executables (french). Jovian Hersemeule - Projets - ASCII Space Destroyer(FR)
You need make and SDL1 and SDL_gfx to build this project.
Example on Ubuntu :
$ sudo apt install make g++ libsdl-dev libsdl-gfx1.2-dev
$ makeTo execute :
$ make execExecute the following commands to install SDL and SDL GFX :
sudo apt install libsdl1.2debian libsdl-gfx1.2-5
GNU GPLv3, see LICENSE.txt.