Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-12 | Create win sequence | Stephen Enders | |
You can now win the game when you reach a score of 7 This is proxied simply by "does the player have any remaining pieces to play". | |||
2021-01-29 | Add icon to the window | Stephen Enders | |
Icon was generated from the .png with ImageMagick's convert convert res/icon.png -define h:format=rgba -size 32x32 src/icon.h Then renaming the array exposed via the header | |||
2021-01-28 | Allow turn passing on 0 roll | Stephen Enders | |
2021-01-21 | Rearrange sprites | Stephen Enders | |
2021-01-17 | Rolling updates + Score change | Stephen Enders | |
Added state Added dice + roll button Updated blank tile graphic | |||
2021-01-05 | Initial commit - Rendering | Stephen Enders | |