Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/picimako/sudoku

Sudoku game as a Windows desktop application
https://github.com/picimako/sudoku

Last synced: 4 days ago
JSON representation

Sudoku game as a Windows desktop application

Awesome Lists containing this project

README

        

# SudokU

SudokU is basically a Sudoku game where you can solve Sudoku exercises. It is a refactored version of one of my college projects.

It can create and meanwhile solve different types of exercises:
- Simple sudoku
- Sudoku-X
- Center Dot
- Killer Sudoku combined with the above ones

It supports not just generating but importing exercises from simple text files in a given format, if you e.g. stuck with one in a newspaper and you need some hint or validation help.

The application also includes some basic options for validating the cells during and after solving the exercise.

# First start

Add the following entry to your system environment variables:

```SUDOKU_PATH=\Sudoku```

It is for identifying the path of the config and localization files.