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