/uttt

Ultimate Tic-Tac-Toe

Primary LanguageRust

UTTT

Ultimate tic-tac-toe implemented in rust with networked server-client architecture.

Build with rust, egui, wgpu, serde.

Run

Use precompiled binaries

Under github releases you can find precompiled binaries for various platforms.

Build it yourself

Get rust compiler toolchain using rustup.

Compile and run server.

cargo r --release -p uttt-server

Compile and run client.

cargo r --release -p uttt-client

Screenshots

2023-12-17T154244