/Space_invaders

Recreation of the game Space Invaders with an ASCII interface, using the C library ncurses

Primary LanguageC

Space Invaders

This is the space invaders game. It was developed using C and linked lists.

Dependencies

Before compiling the game, you will need to install the ncurses library:

$ sudo apt install libncurses5-dev libncursesw5-dev

Compiling and running

Compile the game using make

$ make

To play the game, run the script run_si.sh. It guarantees that your keyboard will work properly.

$ ./run_si.sh

Controls

  • arrow keys: move your spaceship
  • spacebar: shoot at the aliens
  • q: quit game

Information

This game was developed for the subject of programming, from the second semester of the computer science course of the Federal University of Paraná.