Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 671 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 671 Bytes

Gomoku

GUI frontend for my gomoku engine built using Dioxus

Installation

Either grab a precompiled binary from latest release or compile it from source

Compiling

First get cargo and then run

cargo build --release

Resulting binary is then target/release/gomoku.

On Linux you may have to also install GTK WebView dependencies:

# Example for Ubuntu based distros
apt install libwebkit2gtk-4.0-dev libgtk-3-dev libappindicator3-dev