binoxxo 0.1.2

Binoxxo is a library to create and check binoxxo puzzles.
Documentation

Crates.io Docs License: MIT Build Status codecov

Binoxxo

Binoxxo is a library to create and check binoxxo puzzles.

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