sudoku-game
Reactive icon

Sudoku Game

Stable version 1.0.1 (Compatible with OutSystems 11)
Uploaded
 on 16 Jul (yesterday)
 by 
Eone Technologies
0.0
 (0 ratings)
sudoku-game

Sudoku Game

Documentation
1.0.1

In this release, the Sudoku component has been enhanced with real-time input validation. As users fill in the grid, each cell now provides immediate visual feedback— red for incorrect ones. This feature improves the overall user experience by making it easier to identify mistakes early and play more confidently. The logic is handled entirely on the client side, with lightweight CSS styling and no disruption to existing functionality. Simply include the provided CSS classes and bind your input fields as shown to enable this behavior.


1.0.0

Go to Data → SudokuPuzzle Entity.

Add new records with the following fields:

  • Level: Easy, Medium, or Hard
  • PuzzleString: A string of 81 characters where:
  • '0' = empty cell
  • '1' to '9' = fixed values
  • SolutionString: Full solution for the puzzle (also 81 characters).



  • All buttons (Solve, Validate, Hint, Reset) are functional.

  • Hint logic only applies to editable cells.

  • Grid state updates in real-time.

  • Only 9 hints allowed per session.

  • Conflicting cells are highlighted in light red.

  • Keyboard navigation (Tab / Shift+Tab) supported.

  • You can style or tweak colors easily from the CSS block.

  • Add more puzzles to the SudokuPuzzle entity whenever needed.