Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/raklaptudirm/arbiter
- Owner: raklaptudirm
- License: apache-2.0
- Created: 2023-03-12T16:53:04.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-24T15:40:08.000Z (7 months ago)
- Last Synced: 2024-10-11T20:20:06.877Z (3 months ago)
- Topics: ataxx, chess, engine, game, package-manager, testing-tools, tournament-manager, version-manager
- Language: Go
- Homepage:
- Size: 24.4 KB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```