Skip to content

Version 2.0.0 - Sudoku Game Available!

Compare
Choose a tag to compare
@DavisHenckel DavisHenckel released this 12 May 18:53
· 19 commits to main since this release
d434160

Sudoku Game Available

The module now includes a function to play the Sudoku Game!

Details

  • Sudoku game asks user for a board difficulty
  • Random board is generated based on difficulty specified
  • User can then place a number, specifying a row and column
  • The game will tell a user if a placement is valid or invalid, if valid the number will be placed
  • Provides an option for -hint, which will generate a hint if the puzzle is solvable given its current state.
  • Provides an option for -solve to solve the puzzle given its current state.
  • The board prints player moves in yellow and the original board numbers in green so it's easy to tell what numbers have been placed.

Version 2.0.0 published on the PS Gallery! To install it, run:

Install-Module PS-Sudoku