o
odinpkg.dev
packages / library / tictactoetoe

tictactoetoe

fcebf3flibrary

Tic-tac-toe Toe !

No license · updated 3 months ago

Tic-Tac Toe-Toe !

This is a game inspired by the Ultimate Tic-Tac-Toe.

Made with ♥️ by Elias and Jean.

The game user interface is hosted in this repo, the core game logic is implemented in the library tictactoe-lib-rs.

How to run

You can play the online version here.

To build and run the desktop version, follow these steps:

  1. Install Odin, if you don't have it already.

  2. Build and run with: make run

History

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!