https://github.com/mewa/sop
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mewa/sop
- Owner: mewa
- Created: 2016-02-26T06:01:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-26T06:01:52.000Z (over 9 years ago)
- Last Synced: 2025-03-12T09:44:56.875Z (4 months ago)
- Language: C
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- 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.