Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 808 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 808 Bytes

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