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

https://github.com/mevdschee/daemon-games

Multi-player command line games for GNU/Linux
https://github.com/mevdschee/daemon-games

Last synced: 6 months ago
JSON representation

Multi-player command line games for GNU/Linux

Awesome Lists containing this project

README

          

daemon-games
============

![screenshot](http://www.leaseweblabs.com/wp-content/uploads/2014/11/snaked.png)

Multi-player command line games for GNU/Linux

### Requirements

- C compiler
- GNU/Linux
- netcat (nc)

### Installing and running

```
git clone https://github.com/mevdschee/daemon-games
cd daemon-games
make
./snaked 9000
./client.sh 0 9000
```