brotskydotcom / susen.go

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

improve display of available puzzles in home page #40

Closed brotskydotcom closed 8 years ago

brotskydotcom commented 8 years ago

The available puzzles in the home page should display their characteristics, such as geometry and size, and maybe how rating (when we have them) and how many cells are unassigned. Also, when we remember session state on more than one puzzle at a time, we should display whether it's in the process of being solved or not.

brotskydotcom commented 8 years ago

I'm going to separate rating out (to be done with rating in general), but include how many cells are unassigned. I already have how many choices have been made.