The game with battle space ships made with ASCII characters !
Jovian (Toshiba) a7e7d3a22a Add temporary dev ressources | пре 5 година | |
---|---|---|
Control | пре 5 година | |
Resources | пре 5 година | |
Shot | пре 5 година | |
.gitignore | пре 5 година | |
Ally.cpp | пре 5 година | |
Ally.h | пре 5 година | |
CMakeLists.txt | пре 5 година | |
FindPackageHandleStandardArgs.cmake | пре 6 година | |
FindPackageMessage.cmake | пре 6 година | |
FindSDL.cmake | пре 6 година | |
FindSDL_gfx.cmake | пре 6 година | |
Foe.cpp | пре 5 година | |
Foe.h | пре 5 година | |
Game.cpp | пре 5 година | |
Game.h | пре 5 година | |
HitManager.cpp | пре 5 година | |
HitManager.h | пре 5 година | |
README.md | пре 5 година | |
Score.cpp | пре 5 година | |
Score.h | пре 5 година | |
Shot.cpp | пре 5 година | |
Shot.h | пре 5 година | |
SpaceShip.cpp | пре 5 година | |
SpaceShip.h | пре 5 година | |
WaveManager.cpp | пре 5 година | |
WaveManager.h | пре 5 година | |
main.cpp | пре 5 година |
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