#solver #octal #impartial #game

app ogsolve

The program for solving octal games

6 releases

new 0.0.7 Oct 12, 2024
0.0.6 Oct 11, 2024
0.0.4 Jul 1, 2024
0.0.3 Jun 28, 2024

#290 in Math

Download history 281/week @ 2024-06-28 17/week @ 2024-07-05 12/week @ 2024-07-26 1/week @ 2024-08-02 11/week @ 2024-09-13 5/week @ 2024-09-20 1/week @ 2024-09-27 289/week @ 2024-10-11

295 downloads per month

GPL-3.0-or-later

47KB
946 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.1–1.7MB
~32K SLoC