No description
- Rust 47.2%
- TypeScript 42.2%
- CSS 6.9%
- HTML 2.9%
- Just 0.8%
| src | ||
| tests | ||
| web | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| justfile | ||
| README.md | ||
IQMOKU solver
Solver to generate all possible solutions for the IQMoku game.
The game presents a hexagonal grid with the following layout (hexagons are pointy side up).
# # # # # #
# # # # # # #
# # # # # # # #
# # # # # # # #
# # # # # # # #
# # # # # # #
# # # # # #
There are 12 pieces available:
Pink x2 Blue x2 Yellow x2 Cyan x2
# # # # # # # # # #
# # # # #
White x1 Blue x1 Yellow x1 Mauve x1
# # # # # # # # # #
# # # # #
# #
The pieces can be rotated and flipped and are inserted on the board. Depending on the day of the week, 3 squares are selected. The goal of the puzzle is find a combination of pieces that covers the entire board besides the 3 selected squares.