Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sofiia-chorna/chess-game-server
https://github.com/sofiia-chorna/chess-game-server
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/sofiia-chorna/chess-game-server
- Owner: sofiia-chorna
- Created: 2024-02-28T23:11:49.000Z (8 months ago)
- Default Branch: develop
- Last Pushed: 2024-03-21T15:33:36.000Z (8 months ago)
- Last Synced: 2024-03-21T16:50:47.974Z (8 months ago)
- Language: C++
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Build
```bash
$ ./make.sh
```You will get the server and client in `build/`.
## Usage
Run the server:
```bash
$ ./server
```Run the client with its name:
```bash
$ ./client client1
```You may want to have several clients with different names.
```bash
$ ./client client2
$ ./client client3
```