Skip to content

A personal challenge to create sudoku solving software

Notifications You must be signed in to change notification settings

jacobboertjes/SudokuSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SudokuSolver

A personal challenge to create sudoku solving software. It uses a graphical user interface to get the puzzle from user, then fills out the solution.

Use

Prerequisites

You must have java jdk-9.0.1 or later. http://www.oracle.com/technetwork/java/javase/downloads/index.html

Installation

Download and exract the zip.

Compilation

In a terminal window, within the folder SudokuSolver/src/ compile with:

javac sudokuSolver/*.java

Launch

In a terminal window, within the folder SudokuSolver/src/ Launch with:

java sudokuSolver/SudokuSolver

Authors

  • Jacob Boertjes - Initial Creation

About

A personal challenge to create sudoku solving software

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages