binoxxo

Crates.iobinoxxo
lib.rsbinoxxo
version0.5.0
sourcesrc
created_at2018-03-30 19:59:35.455307
updated_at2021-01-31 11:34:46.094485
descriptionBinoxxo is a library to create and check binoxxo puzzles.
homepage
repositoryhttps://github.com/msuesskraut/Binoxxo
max_upload_size
id58251
size53,963
(msuesskraut)

documentation

README

Binoxxo

Crates.io Docs License: MIT Build and Test Status

Binoxxo is a library to create and check binoxxo puzzles.

See webapp at: https://msuesskraut.github.io/binoxxo/ for a demo.

How to use

Add binoxxo to your dependencies.

See examples and API documentation for details.

Rules of Binoxxo

  • there must be no empty fields
  • there must be no more than two fields of the same token
    • either X O O X or O X X O
    • but not X O O O or X X X O
  • each row and column must contain exactly the same numbers of X and O
  • each row and column must be unique

For more details see: https://www.kreuzwortraetsel.ch/techniken-binoxxo/ in German.

License

MIT

Commit count: 77

cargo fmt