Sudoku Helper

The sudoku helper is a small application that we knocked up to help us solve sudoku puzzles. The application itself doesn't come with any Sudoku puzzles, nor does it generate them. What it will do is check if a puzzle is solvable as well as allow you to fill one in and help you solve one.

Features

  • 4 Supported Game Types
    • Sudoku
    • SudokuPlus
    • Godoku
    • SuperSudoku
  • Undo/Redo
  • Suggest Move
  • Check if Solvable
  • Display Valid Values
  • Save/Load
  • Scalability

Stuck?

This application is ideal for those people who have been stuck on a puzzle for a while and just have no idea how to proceed. After inputting the start values the application can automatically calculate which values are valid for which squares.

Oops, I've Gone Wrong

Not a problem, providing you saved only the original values of the puzzle correctly you can happily undo and redo your moves untill you work out exactly where it was that you went wrong.

It's Too Small

For those people with poor eyesight or with limited screen space we have built in the ability to scale the puzzle. So regardless of your size needs you should be able to find an option to suit you.

Screenshots

A screen capture of Sudoku Helper playing a standard Sudoku puzzle, and demonstrating the two 'Valid Values' features.

Screen Capture of Sudoku Helper

A screen capture of Sudoku Helper playing a SudokuPlus Puzzle and also displaying some options from the Sudoku menu.

Screen Capture of Sudoku Helper

System Requirements

This application is not at all system intensive so you won't need a super computer to run it. The key thing to keep in mind is you will need the .NET Framework 1.1 installed, the following system requirements are whats need to run this.

  • Microsoft® Windows® 98 (or newer)
  • Pentium 90MHz
  • 32 MB RAM
  • .NET Framework 1.1

 Back to Top