Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 639 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 639 Bytes

NineDigits

NineDigits is a game engine for two-player Sudoku.

Rules of the game

Two players alternate placing digits on an initially empty Sudoku grid. Additional rules are:

  • You must always keep the Sudoku solvable.
  • You can't play trivial moves that are already implied by other digits.
  • The player that makes the final move wins. The final move makes the Sudoku have a unique solution.

CodeCup 2024

NineDigits won CodeCup 2024!

CodeCup is an annual AI competition.

Algorithms

An overview of the algorithms used by the engine is here.