Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mjaschen/sudoku-tools.com


https://github.com/mjaschen/sudoku-tools.com

Last synced: 30 days ago
JSON representation

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.