Home
The Programs
Web Resources
Site Description
Samplings of BASIC Programs
Simple Sudoku
Game Description
Simple Sudoku generates a random Sudoku number puzzle to be solved. Dell Crossword fans know the puzzle better as Number Place.
The game is mousedriven, no keyboard entry. Fill in the missing numbers so that
- every column contains one of each number 1 - 9
- every row contains one of each number 1 - 9
- every 3 x 3 gridbox contains one of each number 1 - 9
The program creates random puzzles. Each puzzle is solveable.
Compatability
The .bas source file of Simple Sudoku requires Liberty BASIC.
Screenshot

Downloads
The .bas source file of Simple Sudoku requires Liberty BASIC.
Simple Sudoku Source Code
Simple Sudoku Token Files
LB Run Files