The game with battle space ships made with ASCII characters !

DricomDragon 544ad46bbb License project under GNU GPLv3 3 년 전
Resources 0a0a4f384b Ship : Mini FZ improved. Double Brexit, very funny ship ! 5 년 전
src 9de95c0eea Remove CR 4 년 전
.gitignore cac967b61a Make project compilable with make 4 년 전
LICENSE.txt 544ad46bbb License project under GNU GPLv3 3 년 전
README.md 544ad46bbb License project under GNU GPLv3 3 년 전
makefile e40d01a96e Fix distclean 4 년 전
project_icon_ASCII.png 8b7f802496 Add logo in README 3 년 전

README.md

ASCII Space Destroyer

The space shooter game made of ASCII characters.

ASCII Space Destroyer logo

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

Ubuntu

Build

You need make and SDL1 and SDL_gfx to build this project.

Example on Ubuntu :

$ sudo apt install make g++ libsdl-dev libsdl-gfx1.2-dev
$ make

To execute :

$ make exec

To play

Execute the following commands to install SDL and SDL GFX :

sudo apt install libsdl1.2debian libsdl-gfx1.2-5

License

GNU GPLv3, see LICENSE.txt.