ogsolve

Crates.ioogsolve
lib.rsogsolve
version0.0.7
sourcesrc
created_at2024-06-26 21:20:57.508481
updated_at2024-10-12 07:02:26.323939
descriptionThe program for solving octal games.
homepage
repositoryhttps://github.com/beling/impartial-games
max_upload_size
id1284860
size15,513
Piotr Beling (beling)

documentation

https://docs.rs/ogsolve

README

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

Commit count: 91

cargo fmt