/Killer-Sudoku-Helper

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

Killer Sudoku Helper

backend build status frontend build status license

This project is part of a university assignment. The Killer Sudoku Helper aims to be a tool to generate hints on how to solve a Killer Sudoku. The main use case of this is to learn how to solve Killer Sudokus. In order to achieve this the hints need to be generated by applying human strategy to the state of the puzzle.

run the project

The preferred way to run this project is by using the provided docker-compose.yml file.

If docker and docker-compose are installed simly run

docker-compose up -d

in the root directory of the project

development

frontend

To start the frontend development server, use the angular CLI.
If the CLI is installed, navigate to the frontend directory and run:

ng serve

this server will automatically restart upon file changes.

backend

To start the backend, navigate to the backend directory and run:

./gradlew app:localH2

to apply changes, the server needs to be restarted manually