about summary refs log tree commit diff
path: root/stack.h (follow)
Commit message (Collapse)AuthorAge
* Make Stack capacity configurableJune McEnroe2019-03-26
| | | | Allows games to use multiple decks.
* Remove stackDeckJune McEnroe2019-03-26
| | | | Other games will probably want to do it differently.
* Fix gcc sign warningsJune McEnroe2019-03-24
|
* 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