luiswirth / uttt

Ultimate Tic-Tac-Toe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Ultimate Tic-Tac-Toe


Languages

Language:Rust 96.2%Language:Nix 2.3%Language:Shell 1.5%