XoGui is a utility that provides a graphical user interface for playing tic-tac-toe (five in a row on a 10×10 board) with support for connecting different game engines via the GTP protocol. It runs on Linux and Windows.
It is distributed together with the XOml engine.
The application is written in Odin and uses the Raylib graphics library.
- Unpack the archive downloaded from the Releases section, and run
./xogui.
- Configure the environment variables as shown in the example, specifying the actual paths to your
Odininstallation. - Run
makefor build ormake runfor build and run.