arbiter

A Game Engine toolkit with a tournament runner, progression tester, and engine manager.

APACHE-2.0 License

Stars
8

Arbiter is a work-in-progress toolkit for working with Game Engines which implement UXI-type protocols, such as UCI for Chess, UAI for Ataxx, or UGI for unsupported games. It intends to simplify the process of organizing tournaments and managing engine versions with a powerful command-line tool with interactive prompts to enable easy configuration.

Features

  • Game Engine installer and version manager.
  • Tournament and Testing system using UXI protocols.

Installation

Requirements: Go 1.20 or greater

go install laptudirm.com/x/arbiter@latest
# add ~/arbiter/bin to your PATH to make the installed engines available globally