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