ogarcia / opensudoku

Open Source Sudoku game for Android.
GNU General Public License v3.0
328 stars 144 forks source link

add copy to clipboard command for integration with sudokuwiki.org #58

Closed elerch closed 4 years ago

elerch commented 4 years ago

While the solver is pretty cool, I find that the solver on sudokuwiki.org and the android app they have available is a pretty useful learning tool. This PR adds a menu option "copy to clipboard" which creates a web link to sudokuwiki.org that will recreate the puzzle in its current state. That link can also be pasted into their Android app, which will parse it correctly.

ogarcia commented 4 years ago

Sorry, but Open Sudoku implements its own solver and this option may be confusing for most people.