Client side playable Sudoku game with connection to dvsml.com to use Machine Learning to solve, too.
I created this app to get a job with my current employer 🙂
Two GraphQL endpoints are used: One will return a new puzzle, the other will validate a puzzle at any state in it's completion.
- Saves games using localhost, so that no authentication is required on the API.
- Show progress, including saved games.
- Show hints will darker the invalid squares for the selected number.
I have added google analytics because
- if this site gets some usage, I will be encouraged to add features
- if features are used, I will enhance features