#puzzle #game #puzzle-generator #puzzle-game

binoxxo

Binoxxo is a library to create and check binoxxo puzzles

14 unstable releases (4 breaking)

0.5.0 Jan 31, 2021
0.4.0 Nov 7, 2020
0.3.0 Apr 26, 2020
0.2.1 Feb 22, 2020
0.1.2 Mar 30, 2018

#235 in Games

38 downloads per month

MIT license

49KB
1.5K SLoC

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

Dependencies

~310KB