Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 488 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 488 Bytes

Game client for the Renju aka Gomoku game. Baked with rust and egui

Getting started

First of all, you need to have Rust toolchain installed.

  1. Execute cargo run
  2. You're ready to go.

NB: You might need a game server.

TODO

  • using tokio instead of std threads
  • make ui pretty
  • more notifications for players
  • wins counter && time limits for a game
  • !lobbies