Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 632 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 632 Bytes

Mathdoku

A GUI game of mathdoku implemented in JavaFX. Mathdoku is a variant on sudoku puzzles like killer sudoku, the rules are as follows. On a NxN grid each row and column must have the digits 1-N, and no cage can have duplicate digits. Each cage must add, multiply, divide, or subtract to form the digit given as the clue, which in the top left corner of the cage.

Features

  • Load and import boards using txt format.
  • Hints and automatic solver
  • Mistake highlighter
  • Endless fun !