The game with battle space ships made with ASCII characters !

Jovian (Toshiba) a7e7d3a22a Add temporary dev ressources 5 yıl önce
Control ddf8f28a00 Changed file permission to 644 5 yıl önce
Resources a7e7d3a22a Add temporary dev ressources 5 yıl önce
Shot ddf8f28a00 Changed file permission to 644 5 yıl önce
.gitignore 438ae37814 Add python file extension .py in gitignore 5 yıl önce
Ally.cpp ddf8f28a00 Changed file permission to 644 5 yıl önce
Ally.h ddf8f28a00 Changed file permission to 644 5 yıl önce
CMakeLists.txt 96547a29d6 Removing useless GFX folder and use libsdl-gfx1.2-dev library. 5 yıl önce
FindPackageHandleStandardArgs.cmake 2816bdb789 Initial commit 6 yıl önce
FindPackageMessage.cmake 2816bdb789 Initial commit 6 yıl önce
FindSDL.cmake 2816bdb789 Initial commit 6 yıl önce
FindSDL_gfx.cmake 2816bdb789 Initial commit 6 yıl önce
Foe.cpp ddf8f28a00 Changed file permission to 644 5 yıl önce
Foe.h ddf8f28a00 Changed file permission to 644 5 yıl önce
Game.cpp 611b21e32b Two misprint in command letters 5 yıl önce
Game.h 96547a29d6 Removing useless GFX folder and use libsdl-gfx1.2-dev library. 5 yıl önce
HitManager.cpp ddf8f28a00 Changed file permission to 644 5 yıl önce
HitManager.h 96547a29d6 Removing useless GFX folder and use libsdl-gfx1.2-dev library. 5 yıl önce
README.md 96547a29d6 Removing useless GFX folder and use libsdl-gfx1.2-dev library. 5 yıl önce
Score.cpp 5bfd0a0c8e Rewards implemented for Sniper and Missile 5 yıl önce
Score.h ddf8f28a00 Changed file permission to 644 5 yıl önce
Shot.cpp ddf8f28a00 Changed file permission to 644 5 yıl önce
Shot.h 96547a29d6 Removing useless GFX folder and use libsdl-gfx1.2-dev library. 5 yıl önce
SpaceShip.cpp ddf8f28a00 Changed file permission to 644 5 yıl önce
SpaceShip.h ddf8f28a00 Changed file permission to 644 5 yıl önce
WaveManager.cpp ddf8f28a00 Changed file permission to 644 5 yıl önce
WaveManager.h ddf8f28a00 Changed file permission to 644 5 yıl önce
main.cpp ddf8f28a00 Changed file permission to 644 5 yıl önce

README.md

ASCII Space Destroyer

The space shooter game made of ASCII characters.

Content

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.

Features

  • Several available space ships
  • Different levels with several waves (french ambiance text)
  • Several save slots
  • Customizable ships (just edit/add txt files in resources folder)
  • 8 different weapons
  • 1 fighting shield
  • unlock new weapons and CPU load (number of blocs on your ship)

Technology

Libraries used :

Related

My own website where you can find more about this game, like executables (french). Jovian Hersemeule - Projets - ASCII Space Destroyer(FR)

Installation

To build

Ubuntu

Execute the following commands to install SDL and SDL GFX : sudo apt install libsdl1.2-dev sudo apt install libsdl-gfx1.2-dev

To play

Ubuntu

Execute the following commands to install SDL and SDL GFX : sudo apt install libsdl1.2debian sudo apt install libsdl-gfx1.2-5