Commit graph

7 commits

Author SHA1 Message Date
Eric House
ca8c84b9ae make it possible to run without an open game 2020-01-29 20:40:14 -08:00
Eric House
9e09d9cd47 make alt-return like long-tap to get prev score
The hack to pass alt modifier with key might work for others, but for
now it's used in that one place.
2020-01-26 22:12:36 -08:00
Eric House
4bc39a0291 copy in some missing config 2020-01-26 21:00:05 -08:00
Eric House
dd1e91301a add show-tiles; make cells square
draw will be responsible for wrapping stuff like Catalan's L-dot-L.
2020-01-26 07:53:12 -08:00
Eric House
a398cffaa5 fix some menus, hide others that don't work 2020-01-25 09:19:19 -08:00
Eric House
b96c9cc438 fix flip 2020-01-24 09:22:49 -08:00
Eric House
598be04bef make curses app more like the rest
Lots of changes adding a games-list view to the app from which you
create new games, open and delete existing ones, etc. There's still
plenty that's unimplemented, but it's already more useful for testing
and development. Which is the point.
2020-01-24 09:05:16 -08:00