Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Make Stack capacity configurable | June McEnroe | 2019-03-26 |
| | | | | Allows games to use multiple decks. | ||
* | Remove stackDeck | June McEnroe | 2019-03-26 |
| | | | | Other games will probably want to do it differently. | ||
* | Fix gcc sign warnings | June McEnroe | 2019-03-24 |
| | |||
* | Use Card typedef | June McEnroe | 2019-03-24 |
| | |||
* | Use rand(3) | June McEnroe | 2019-03-24 |
| | | | | | | | Disgusting, I know. randUniform is based on the FreeBSD implementation of arc4random_uniform(3). | ||
* | Factor out suit, color and rank functions | June McEnroe | 2019-03-24 |
| | | | | I plan to implement other solitaire games. | ||
* | Implement the game | June McEnroe | 2019-03-22 |
| | |||
* | Add WIP sol.c | June McEnroe | 2019-03-20 |