/yolo-happiness

Un space shooter basico usando ncurses

Primary LanguageCGNU General Public License v3.0GPL-3.0

yolo-happiness

Existe una version de este documento en español

Basic space shooter using ncurses.

Status

🔶 : under development.

On the master branch should always be a playable version of the game.

Usange

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.

Compilation

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.

Screenshots

ScreenShot

ScreenShot

Thanks

Cristian Cabrera who have the idea of having different enemies colors and missile.