You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sudoku solver written in Java. The name JaSSOO comes from "Java Sudoku Solver with Object-Oriented approach". This is a hobby project just for fun, and to learn how to create small yet functioning from all pespective Java projects.
JaSSOO - Java Sudoku Solver with Object-Oriented approach
Package author: Jukka Aho (@ahojukka5)
Why?
Just for fun.
How to use
First, clone the repository to your favorite location:
git clone https://github.com/ahojuka5/JaSSOO
Then:
./gradlew run
About
Sudoku solver written in Java. The name JaSSOO comes from "Java Sudoku Solver with Object-Oriented approach". This is a hobby project just for fun, and to learn how to create small yet functioning from all pespective Java projects.