brotskydotcom / susen.go

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

Give the app a "home page" #16

Closed brotskydotcom closed 8 years ago

brotskydotcom commented 8 years ago

Right now the app is always in "solver" mode, where you are working on a puzzle. But I'd like to add a bunch of other features, starting with the ability to create new puzzles. So I need a home page that allows people to decide what they want to do. Each new session would start on the home page, and going to the home page would allow you to return to the solver (or the puzzle creator, or whatever) and get you back to the state you were in on that page.