about summary refs log tree commit diff
path: root/stack.h (follow)
Commit message (Collapse)AuthorAge
* Use Card typedefJune McEnroe2019-03-24
|
* Use rand(3)June McEnroe2019-03-24
| | | | | | | Disgusting, I know. randUniform is based on the FreeBSD implementation of arc4random_uniform(3).
* Factor out suit, color and rank functionsJune McEnroe2019-03-24
| | | | I plan to implement other solitaire games.
* Implement the gameJune McEnroe2019-03-22
|
* Add WIP sol.cJune McEnroe2019-03-20