8000 GitHub - luiswirth/uttt: Ultimate Tic-Tac-Toe
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

luiswirth/uttt

Repository files navigation

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

Resources

Stars

Watchers

Forks

0