The game with battle space ships made with ASCII characters !
Jovian (Toshiba) a7e7d3a22a Add temporary dev ressources | há 5 anos atrás | |
---|---|---|
Control | há 5 anos atrás | |
Resources | há 5 anos atrás | |
Shot | há 5 anos atrás | |
.gitignore | há 5 anos atrás | |
Ally.cpp | há 5 anos atrás | |
Ally.h | há 5 anos atrás | |
CMakeLists.txt | há 5 anos atrás | |
FindPackageHandleStandardArgs.cmake | há 6 anos atrás | |
FindPackageMessage.cmake | há 6 anos atrás | |
FindSDL.cmake | há 6 anos atrás | |
FindSDL_gfx.cmake | há 6 anos atrás | |
Foe.cpp | há 5 anos atrás | |
Foe.h | há 5 anos atrás | |
Game.cpp | há 5 anos atrás | |
Game.h | há 5 anos atrás | |
HitManager.cpp | há 5 anos atrás | |
HitManager.h | há 5 anos atrás | |
README.md | há 5 anos atrás | |
Score.cpp | há 5 anos atrás | |
Score.h | há 5 anos atrás | |
Shot.cpp | há 5 anos atrás | |
Shot.h | há 5 anos atrás | |
SpaceShip.cpp | há 5 anos atrás | |
SpaceShip.h | há 5 anos atrás | |
WaveManager.cpp | há 5 anos atrás | |
WaveManager.h | há 5 anos atrás | |
main.cpp | há 5 anos atrás |
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.
Libraries used :
My own website where you can find more about this game, like executables (french). Jovian Hersemeule - Projets - ASCII Space Destroyer(FR)
Execute the following commands to install SDL and SDL GFX :
sudo apt install libsdl1.2-dev
sudo apt install libsdl-gfx1.2-dev
Execute the following commands to install SDL and SDL GFX :
sudo apt install libsdl1.2debian
sudo apt install libsdl-gfx1.2-5