o
odinpkg.dev
packages / app / xogui

xogui

v0.0.4app

Сompetitive Tic-Tac-Toe game with GUI

MIT · updated 1 week ago

XoGui

GitHub release (latest SemVer) CI Odin raylib License: MIT

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.

How to play

  • Unpack the archive downloaded from the Releases section, and run ./xogui.

How to build

  • Configure the environment variables as shown in the example, specifying the actual paths to your Odin installation.
  • Run make for build or make run for build and run.