summaryrefslogtreecommitdiff
path: root/ur.cpp
AgeCommit message (Collapse)Author
2021-01-21Add dice roll text and moving piecesStephen Enders
2021-01-21Add rolling animationStephen Enders
2021-01-20Create timer and use it to end the rolling phaseStephen Enders
This timer can be used to determine when to end rolling
2021-01-18Move helper.h to helper.hpp and reformatStephen Enders
2021-01-18Lock mouse clickStephen Enders
2021-01-18Update vectors of pointers to vectors of objectsStephen Enders
Having a vector<T> you can access the object stored and modify it if you ensure you get the reference i.e: T& o = vec[0];
2021-01-18Roll tweaksStephen Enders
2021-01-17Rolling updates + Score changeStephen Enders
Added state Added dice + roll button Updated blank tile graphic
2021-01-05WIP - rendering pieces, cannot figure why textures not loadingStephen Enders
2021-01-05Initial commit - RenderingStephen Enders