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
- Host: GitHub
- URL: https://github.com/mevdschee/daemon-games
- Owner: mevdschee
- Created: 2014-11-24T00:40:26.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-07T23:54:08.000Z (about 11 years ago)
- Last Synced: 2025-05-07T09:07:31.407Z (8 months ago)
- Language: C
- Homepage:
- Size: 262 KB
- Stars: 12
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
daemon-games
============

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
```