Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/calcuis/suko
suko - the puzzle game challenges
https://github.com/calcuis/suko
generator puzzle solver suko
Last synced: about 1 month ago
JSON representation
suko - the puzzle game challenges
- Host: GitHub
- URL: https://github.com/calcuis/suko
- Owner: calcuis
- Created: 2023-08-20T22:58:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-19T22:57:14.000Z (11 months ago)
- Last Synced: 2024-01-19T23:41:42.153Z (11 months ago)
- Topics: generator, puzzle, solver, suko
- Language: TypeScript
- Homepage: https://suko.calcuis.us
- Size: 83 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## suko
***Updated Feature(s)**: Generator `Dice🎲` (generate a new set each time); Checker (check your try out); Cleanser `Clear 🧹️` (clear all the Grid box input excluding circled numbers); Solver (solve it by AI with zero effort); *Three levels of difficulty* induced in the latest version.
**Bot/AI's answer (via `Solve🤖`) is not a unique answer if any other possibilities exist, please use the `Check🧮️` button to check your inputted answer (it will calculate according to your input and does not merely compare straight to the AI's output).
**Try it out via**
https://suko.calcuis.usSuko is a delightful puzzle game that will challenge your number skills!
In Suko, you get to play on a cozy 3x3 grid. Your mission? Well, it's all about arranging the numbers 1 to 9 in such a way that everyone's happy.
To solve puzzles by meeting certain rules:
- Each white circle has a number, and the sum of the four boxes around it should be equal to that number.
- Plus, there's a colorful twist! The boxes with colors should also add up to match the total for each respective color (circle below).[](https://github.com/calcuis/suko-puzzle/blob/main/blank.png)
[](https://github.com/calcuis/suko-puzzle/blob/main/demo.png)Have fun exploring the world of numbers and colors in Suko!
**References**
github.com/elliotdes/suko-solver
github.com/calcuis/suko-solver-js