Sasszem / sudoku-solver

Sudoku solver webapp with Svelte and Rust (wasm)
2 stars 0 forks source link

Gamification #4

Closed Btimes2 closed 3 years ago

Btimes2 commented 3 years ago

Could you maybe easily make it more game-like?

Like with a

With these and some CSS magic, you could even make a "commercial" sudoku site with Google Ads.

Sasszem commented 3 years ago

This project is named sudoku-solver, as my intention was to create a program that solves these puzzles. Feel free to fork my project if you want to make a game out of it!

Btimes2 commented 3 years ago

My original idea was simpler, I guess I got carried away :)

A demo feature and an import feature would be nice since testers have to manually input 81 cells to test the program. And exporting is rather like saving states, to be imported later - just not automatically to the browser's local storage, but manually to a text file.