The game with battle space ships made with ASCII characters !

DricomDragon 2c50363651 Tweak CMake to build with CLion há 4 anos atrás
Control ddf8f28a00 Changed file permission to 644 há 5 anos atrás
Resources 0a0a4f384b Ship : Mini FZ improved. Double Brexit, very funny ship ! há 5 anos atrás
Shot 118860430a Color of Sniper has been modified. Now it's blue (more visible). há 5 anos atrás
.gitignore 87e00a20d2 Add python file extension .py in gitignore há 5 anos atrás
Ally.cpp ddf8f28a00 Changed file permission to 644 há 5 anos atrás
Ally.h ddf8f28a00 Changed file permission to 644 há 5 anos atrás
CMakeLists.txt 2c50363651 Tweak CMake to build with CLion há 4 anos atrás
FindPackageHandleStandardArgs.cmake 2816bdb789 Initial commit há 6 anos atrás
FindPackageMessage.cmake 2816bdb789 Initial commit há 6 anos atrás
FindSDL.cmake 2816bdb789 Initial commit há 6 anos atrás
FindSDL_gfx.cmake 2c50363651 Tweak CMake to build with CLion há 4 anos atrás
Foe.cpp ddf8f28a00 Changed file permission to 644 há 5 anos atrás
Foe.h ddf8f28a00 Changed file permission to 644 há 5 anos atrás
Game.cpp ddf8f28a00 Changed file permission to 644 há 5 anos atrás
Game.h 96547a29d6 Removing useless GFX folder and use libsdl-gfx1.2-dev library. há 5 anos atrás
HitManager.cpp ddf8f28a00 Changed file permission to 644 há 5 anos atrás
HitManager.h 96547a29d6 Removing useless GFX folder and use libsdl-gfx1.2-dev library. há 5 anos atrás
README.md 96547a29d6 Removing useless GFX folder and use libsdl-gfx1.2-dev library. há 5 anos atrás
Score.cpp ddf8f28a00 Changed file permission to 644 há 5 anos atrás
Score.h ddf8f28a00 Changed file permission to 644 há 5 anos atrás
Shot.cpp ddf8f28a00 Changed file permission to 644 há 5 anos atrás
Shot.h 96547a29d6 Removing useless GFX folder and use libsdl-gfx1.2-dev library. há 5 anos atrás
SpaceShip.cpp ddf8f28a00 Changed file permission to 644 há 5 anos atrás
SpaceShip.h ddf8f28a00 Changed file permission to 644 há 5 anos atrás
WaveManager.cpp ddf8f28a00 Changed file permission to 644 há 5 anos atrás
WaveManager.h ddf8f28a00 Changed file permission to 644 há 5 anos atrás
main.cpp ddf8f28a00 Changed file permission to 644 há 5 anos atrás

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