summaryrefslogtreecommitdiff
path: root/res
AgeCommit message (Collapse)Author
2022-02-12Create win sequenceStephen 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-29Add icon to the windowStephen 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-28Allow turn passing on 0 rollStephen Enders
2021-01-21Rearrange spritesStephen Enders
2021-01-17Rolling updates + Score changeStephen Enders
Added state Added dice + roll button Updated blank tile graphic
2021-01-05Initial commit - RenderingStephen Enders