Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 927 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 927 Bytes

arbiter - The Ultimate Game Engine Toolkit

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