Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/picimako/sudoku
- Owner: picimako
- Created: 2013-12-26T22:59:48.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-12-01T08:59:17.000Z (about 6 years ago)
- Last Synced: 2024-10-31T15:05:20.480Z (about 2 months ago)
- Language: C#
- Homepage:
- Size: 378 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 onesIt 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.