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