OrbisChessEngine

OrbisChessEngine is a chess engine written in Julia. It implements functionality for playing chess and for searching for the best move using the implemented chess engine.

Installation

OrbisChessEngine can be installed directly from the Julia package manager. In the Julia REPL, press ] to enter the Pkg mode, then run:

pkg> add OrbisChessEngine

Getting Started

See the Getting Started page for installation instructions and basic usage examples of OrbisChessEngine as a Julia package, or the UCI guide to run Orbis as a UCI engine from a GUI or tool like cutechess-cli.