The game with battle space ships made with ASCII characters !
DricomDragon 544ad46bbb License project under GNU GPLv3 | %!s(int64=3) %!d(string=hai) anos | |
---|---|---|
Resources | %!s(int64=5) %!d(string=hai) anos | |
src | %!s(int64=4) %!d(string=hai) anos | |
.gitignore | %!s(int64=4) %!d(string=hai) anos | |
LICENSE.txt | %!s(int64=3) %!d(string=hai) anos | |
README.md | %!s(int64=3) %!d(string=hai) anos | |
makefile | %!s(int64=4) %!d(string=hai) anos | |
project_icon_ASCII.png | %!s(int64=3) %!d(string=hai) anos |
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)
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
Execute the following commands to install SDL and SDL GFX :
sudo apt install libsdl1.2debian libsdl-gfx1.2-5
GNU GPLv3, see LICENSE.txt
.