igsolve

Crates.ioigsolve
lib.rsigsolve
version0.1.2
sourcesrc
created_at2023-05-30 16:41:36.381754
updated_at2023-12-31 10:37:33.272021
descriptionThe program for solving impartial games.
homepage
repositoryhttps://github.com/beling/impartial-games
max_upload_size
id878086
size38,947
Piotr Beling (beling)

documentation

https://docs.rs/igsolve

README

igsolve is the console-based program (by Piotr Beling) for solving impartial games. Currently, only the normal play convention is supported, but support for misère games is planned.

Please run the program with the --help switch to see the available options (including the list of supported games).

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 igsolve

Commit count: 91

cargo fmt