#game #octal #solver #impartial

app ogsolve

The program for solving octal games

4 releases

0.0.4 Jul 1, 2024
0.0.3 Jun 28, 2024
0.0.2 Jun 27, 2024
0.0.1 Jun 26, 2024

#378 in Math

GPL-3.0-or-later

44KB
894 lines

ogsolve is the console-based program (by Piotr Beling) for solving octal games.

Please run the program with the --help switch to see the available options.

Installation

The program can be compiled and installed from sources. To do this, a Rust compiler is needed. The easiest way to obtain the compiler along with other necessary tools (like cargo) is to use rustup.

Once Rust is installed, to compile and install the program with native optimizations, just execute:

RUSTFLAGS="-C target-cpu=native" cargo install ogsolve

Dependencies

~1.2–1.7MB
~33K SLoC