brotskydotcom / susen.go

A simple sudoku game.
GNU General Public License v2.0
0 stars 1 forks source link

be able to move a session from one browser to another #28

Open brotskydotcom opened 8 years ago

brotskydotcom commented 8 years ago

A user should be able to move his Sūsen session from one browser to another, so that he can change machines and pick up where he left off.

brotskydotcom commented 8 years ago

There is no requirement to be able to work on the session from two browsers at once! So really what gets moved should probably be a copy of the session, rather than the session itself, to prevent conflicts.