Existe una version de este documento en español
Basic space shooter using ncurses.
🔶 : under development.
On the master branch should always be a playable version of the game.
Use J for going UP and K for going DOWN
Use A to shoot a red missile, S to shoot a blue one and D to shoot a green one.
Enemies are three different colors and can only be destroyed if you shoot them with a missile with the same color that the enemy.
To compile you should have ncurses, on Debian-like systems use:
# apt-get install ncurses-devel ncurses
Or in some cases:
# apt-get install libncurses5-dev
Then run make
and you are ready to go.
Cristian Cabrera who have the idea of having different enemies colors and missile.