| Crates.io | tic-tac-foe |
| lib.rs | tic-tac-foe |
| version | 0.2.0 |
| created_at | 2026-01-05 23:26:51.260057+00 |
| updated_at | 2026-01-25 22:01:25.73222+00 |
| description | A tui to play tic-tac-toe. |
| homepage | |
| repository | https://github.com/Cr3sp1/TicTacFoe |
| max_upload_size | |
| id | 2024783 |
| size | 552,839 |

A terminal-based Ultimate Tic-Tac-Toe game built with Rust and Ratatui.
Linux, Windows or macOS operating system. Installing via Cargo or from source additionally requires Rust 1.70 or higher and Cargo already installed.
Download the appropriate binary for your platform from the latest release:
tic-tac-foe-linux-x86_64tic-tac-foe-macos-x86_64tic-tac-foe-macos-aarch64tic-tac-foe-windows-x86_64.exeAfter downloading, you may need to make the binary executable (Linux/macOS only):
chmod +x tic-tac-foe-linux-x86_64 # or the macOS variant
cargo install tic-tac-foe
git clone https://github.com/Cr3sp1/tic-tac-foe.git
cd tic-tac-foe
cargo build --release
The compiled binary will be in target/release/tic-tac-foe.
./tic-tac-foe-linux-x86_64 # Linux
./tic-tac-foe-macos-x86_64 # macOS (Intel)
./tic-tac-foe-macos-aarch64 # macOS (Apple Silicon)
tic-tac-foe-windows-x86_64.exe # Windows
tic-tac-foe
cargo run
Or directly run the compiled binary:
./target/release/tic-tac-foe
This project is licensed under the MIT License - see the LICENSE file for details.
Developed by Cr3sp1.