Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mewa/sop
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/mewa/sop
- Owner: mewa
- Created: 2016-02-26T06:01:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-02-26T06:01:52.000Z (over 8 years ago)
- Last Synced: 2024-04-14T07:54:02.202Z (7 months ago)
- Language: C
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LL Game
## Compilation
```
make client && make server
```## Running
First run the `./server`, then client.
To run client program you need to pass id as an argument (1 or 2).
`./client 1` or `./client 2`.Game starts when there are 2 clients connected to server.