Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.34 KB

README.md

File metadata and controls

25 lines (17 loc) · 1.34 KB

Sudoku

We provide three difficulties: easy, medium, hard.

Sudoku is a popular puzzle game that involves filling a 9x9 grid with digits so that each column, each row, and each of the nine 3x3 subgrids (called "regions") contain all of the digits from 1 to 9 without repetition.

Spatial Reasoning

The reasoning type category for this benchmark is spatial reasoning. Players engage in spatial analysis, pattern recognition, and logical deduction to solve the Sudoku puzzle by determining the correct placement of numbers in the grid.

Rules of the Benchmark

The objective is to fill the entire 9x9 grid with digits from 1 to 9, ensuring that each row, column, and 3x3 region contains all the numbers without any repetitions.

  1. A partially filled grid is provided as the starting point.
  2. Players place numbers from 1 to 9 in empty cells while adhering to the rules of Sudoku.
  3. Each row, column, and 3x3 region must contain all numbers from 1 to 9 without repeating any digit.
  4. Players use logical deduction, spatial analysis, and elimination to determine the correct placement of numbers based on the given clues and the constraints of the puzzle.
  5. The puzzle is considered solved when the entire grid is filled correctly, meeting all criteria.

Benchmark categories

We provide games with 3 difficulties. The categories are:

  • easy
  • medium
  • hard