Simple game written in C 11 using ncurses
library, it has a single player and
a two players mode.
The two players mode requires a network connection, by default it uses port 58432/UDP and it asks for users local IP addresses before starting.
The network is configured using Linux libraries, if you want to play this game with other operating systems you have to modify the code.
To compile this program you need a modern compiler that supports C 11 standard
(a.e. g >= 4.8.1
) and any version of ncurses
library.
A simple make
in the directory containing Makefile
.
The code is indented using 2 spaces.
Martina Crippa [email protected]
Pietro F. Fontana [email protected]
The code is distributed under the GNU GENERAL PUBLIC LICENSE 3.0.