Skip to content

pieterD7/Sudoku-MIT

Repository files navigation

Sudoku / MIT

Sudoku / MIT takes a contraints approach and doesn't guess. Can all Sudokus be solved by constraints? Currently it can generate and solve difficult puzzles, but not the evil ones. Letter Sudokus are possible.

Work needs to be done to generate a valid Sudoku.

It is an open source UI for sudoku, with notes which are updated with every found digit, animations when a set gets full, sounds and keyboard input and looks the same across various display formats. It is inspired by soving Sudokus with pen and paper: the player can make errors as all moves are only validated by the most simple constraints.

It is hosted on github pages: https://pieterD7.github.io/Sudoku-MIT/

Install

This is a VueJS / Vite project:

npm install

npm run dev

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published