A multiplayer turn-based game. The game rules are simple and can be read at https://en.wikipedia.org/wiki/Tic-tac-toe.
The application is intended to be interoperable with its Python counterpart Yo1k/tic-tac-toe. The goals of this project are to learn Rust and to help my brother with learning programming.
Can run in one of the two modes:
- interactive;
- dedicated server.
The interactive mode is the default one and allows playing offline against an AI,hosting a game, joining a game as a guest.
The dedicated server mode allows guests to join, find other players and play with them.
The project is being developed, not all functionality is implemented.
This guide includes build/run commands.
All content is licensed under WTFPL, except where another license is explicitly specified.