Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/raklaptudirm/arbiter

A Game Engine toolkit with a tournament runner, progression tester, and engine manager.
https://github.com/raklaptudirm/arbiter

ataxx chess engine game package-manager testing-tools tournament-manager version-manager

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        



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

- [x] Game Engine installer and version manager.
- [x] Tournament and Testing system using UXI protocols.

## Installation

**Requirements:** [Go 1.20 or greater](https://go.dev/doc/install)

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