Skip to content

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

License

Notifications You must be signed in to change notification settings

raklaptudirm/arbiter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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