Skip to content
/ Sudoku Public

More advanced java software development for a sudoku game. Uses a backtracking algorithm for the game logic, and swing for the UI.

Notifications You must be signed in to change notification settings

lefecko/Sudoku

Repository files navigation

The current form of the project is a Gradle build with the "Java" plugin. The build file has been modified to build an executable jar from the command line.

On Mac / Linux based systems, use the following command from the project's top-level directory:

./gradlew clean build jar

On Windows based systems, use the command:

./gradlew.bat clean build jar

The executable jar can be executed from command line with Java's -jvm option.

On all systems, use the following command from the project's top-level directory:

java -jar build/libs/GUISudoku-1.0-SNAPSHOT.jar

About

More advanced java software development for a sudoku game. Uses a backtracking algorithm for the game logic, and swing for the UI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages