A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/Skenvy/Sudoku below:

Skenvy/Sudoku: Initially a Java JFrame implementation of a Sudoku solver.

Application of specific techniques to the solving of sudokus, implemented in Java (OpenJDK).

Starting from release v0.2.0, the released JAR will be an executable JAR targetting version 8, which will run the default 9*9 sized sudoku. Most recent JAR here. To build against a different version, you can;

git clone https://github.com/Skenvy/Sudoku.git && cd Sudoku
mvn clean package -Dmaven.compiler.release <desired_release_version>

To install the latest from Maven Central source (mirror sonatype.org) (also see the package indexes, mvnrepository or sonatype);

Add to the pom <dependencies>
<dependency>
  <groupId>io.github.skenvy</groupId>
  <artifactId>sudoku</artifactId>
</dependency>
implementation 'io.github.skenvy:sudoku'

An implementation of a Sudoku solver (currently with Java JFrame), that I made during uni, as the first project I really enjoyed, with the intent of formalising how easy a particlar sudoku puzzle would be to solve by determining what moves can be made deterministically, rather than just iterating guesses.

The goal of this is to eventually create something similar to opensudoku, or the newer, current, version of it, as well as putting it on the playstore similar to ~, with the inclusion of the originally intended feature/purpose of the JFrame app of determining available moves and how complex a particular game is.

There is no one time setup required as each maven command will dynamically fetch its dependencies. All you need to do is fork / clone it;

On any setup that has make, make run will be your friend. If you are in an environment where you can't install make, its recipe should be mvn clean compile exec:java.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4