Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mjaschen/sudoku-tools.com
https://github.com/mjaschen/sudoku-tools.com
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mjaschen/sudoku-tools.com
- Owner: mjaschen
- Created: 2023-04-16T12:11:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-21T15:43:16.000Z (9 months ago)
- Last Synced: 2024-10-16T08:55:42.751Z (3 months ago)
- Language: HTML
- Size: 540 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sudoku-tools.com
This is a simple webapp for helping you solve sudoku puzzles. It is a work in progress, and I am still adding features. If you have any suggestions, please let me know.
Open the tool: [sudoku-tools.com](https://sudoku-tools.com/)
![sudoku-tools.com iPad Screenshot with split-screen](https://static.marcusjaschen.de/dump/images/sudoku-tools-ipad_20230730_164802.jpg)
## Features
### Killer Cage Combinations
This tool will help you find all possible combinations of values that could be in a killer cage or region sum line.
## Development
```shell
# Install dependencies
npm install# Watch for changes and rebuild CSS
make watch
```### Tips
When editing in Visual Studio Code, you can use the [Live Server](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer) extension to automatically reload the page when you make changes.