Skip to content

Old invaders game prototype using ncurses library.

License

Notifications You must be signed in to change notification settings

kolevv/Invaders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Invaders

Old invaders game prototype that runs in terminal using the ncurses library.

Compiling:

  1. Make sure you have installed ncurses/libncurses on your system:
  • on Debian/Ubuntu:

    • sudo apt-get install libncurses5-dev libncursesw5-dev
  • on Fedora 21 or older/CentOS/RedHat:

    • sudo yum install ncurses-devel
  1. Compile with gcc or other c compiler using the -lncurses flag:
  • gcc -o <filename> invaders.c -lncurses

About

Old invaders game prototype using ncurses library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages