Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sofiia-chorna/chess-game-server


https://github.com/sofiia-chorna/chess-game-server

Last synced: about 1 month ago
JSON representation

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