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

https://github.com/theawiteb/xors

A simple tic tac toy game, supporting multiplayer, singleplayer and 2 player mode.
https://github.com/theawiteb/xors

Last synced: 8 months ago
JSON representation

A simple tic tac toy game, supporting multiplayer, singleplayer and 2 player mode.

Awesome Lists containing this project

README

          

# xors

Xors is a simple tik tac toe game, supporting multiplayer, singleplayer and 2 player mode.

## Requirements
Docker and docker-compose

## Run

> Note: Update the `JWT_SECRET` in `docker-compose.yml` file.

```bash
docker-compose up
```

## API
After running the server, you can access the API documentation at `http://0.0.0.0:8000/api-doc/swagger-ui/`

More information about the API can be found at [xors-api/README.md](xors-api/README.md)

## License
This project is licensed under the AGPL-3.0 License - see the [LICENSE](LICENSE) file for details