morpion-solitaire 0.1.5

Morpion Solitaire: a GUI + headless solver (NRPA, perturbation, exhaustive) for record hunting, with a WebAssembly build.
Documentation
1
2
3
4
5
6
7
pub mod board;
pub mod io;
pub mod line;
pub mod line_index;
pub mod moves;
pub mod rules;
pub mod state;