summary refs log tree commit diff
path: root/bin/freecell.c (follow)
Commit message (Collapse)AuthorAge
* Draw foundations in reverse orderJune McEnroe2021-04-26
|
* Only use cells for moveColumnJune McEnroe2021-04-26
| | | | | | So long as the move queuer doesn't use empty tableau stacks correctly, it shouldn't use them at all. This way it's easier to do the correct moves manually.
* Flip card renderingJune McEnroe2021-04-18
|
* Add freecellJune McEnroe2021-04-17