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