Skip to content

an edition to the job that Chaser324 has done with the curses library in C program, implementing the old nostalgic game of the 20 century

Notifications You must be signed in to change notification settings

meysam81/space-invaders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

space-invaders

an edition to the job that Chaser324 has done with the curses library in C program, implementing the old nostalgic game of the 20 century

Prerequisite

You need to install the curses library as follows:

Linux

sudo apt install ncurses-*

Compiling

To compile the program, you're gonna follow the pattern below:

gcc space-invaders.c -o space-invaders -lncurses

Run

To run, you just have to execute the binary file as follow (if you properly followed the last step):

./space-invaders

Game

Enjoy!

Here's my reference

https://github.com/Chaser324/invaders

About

an edition to the job that Chaser324 has done with the curses library in C program, implementing the old nostalgic game of the 20 century

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages