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.
- Host: GitHub
- URL: https://github.com/theawiteb/xors
- Owner: TheAwiteb
- License: agpl-3.0
- Created: 2024-01-11T16:31:39.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-19T20:00:55.000Z (about 2 years ago)
- Last Synced: 2024-05-02T02:57:17.940Z (about 2 years ago)
- Language: Rust
- Homepage:
- Size: 259 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
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