项目作者: akuramshin

项目描述 :
Sudoku solving game
高级语言: Java
项目地址: git://github.com/akuramshin/Sudoku.git
创建时间: 2018-02-02T23:45:14Z
项目社区:https://github.com/akuramshin/Sudoku

开源协议:

下载


Sudoku

A simple game for solving Sudoku puzzles

The game consists of the ability to generate Sudoku puzzles of various sizes and provide the user with limited hints toward solving the puzzle.

Work in progress game for solving Sudoku puzzles. Still need to optimize sudoku puzzle generation, need to try different algorithms for puzzle generations

To run, paste the 3 java files into your src folder under your project in any Java IDE, then run the Sudoku.java file.

To use: choose tile you want to enter, then choose the number you want to input from the list on the right. To erase a tile, choose the tile and choose the number 0.