Gomoku game with AI written in Rust. This project was a collaboration with Réka Fülöpp, who created the artwork. The UI is built on glui.
The AI uses shallow threat-space search, it can beat beginner players.
The project requires cargo, to compile simply call cargo build in the root of the project.
To run the code, call cargo run --release
The main menu
White won!
Game created by Mátyás Komáromi
Graphics by Réka Fülöpp

