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