An open API service indexing awesome lists of open source software.

https://github.com/meysam81/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
https://github.com/meysam81/space-invaders

c c-lang c-language c-languages c-library c-programming ncurses ncurses-library space-game space-invaders space-shooter space-shooter-game spaceship

Last synced: 7 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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