This is a game inspired by the Ultimate Tic-Tac-Toe.
Made with
The game user interface is hosted in this repo, the core game logic is implemented in the library tictactoe-lib-rs.
You can play the online version here.
To build and run the desktop version, follow these steps:
-
Install Odin, if you don't have it already.
-
Build and run with:
make run
Elias and Jean wanted to make a game together.
Jean wanted to code in Rust, Elias wanted to code in Odin.
Instead of persuading one or the other to learn their current favorite programming language, they decided to split the project into two parts: Jean would code the core game logic in Rust, and Elias would code the game UI in Odin.
And that's how Tic-Tac Toe-Toe was born!