Table-Top Game Equipment
This project provides a bunch of simple widgets to emulate the common game equipment needed when playing board games or card games : Dice, sandtimers, score counters…
It focuses on simplicity, and on the idea it will be used as a companion during “real” table-top gaming.
Timer
for virtual sand-clockCounter
CountDown
/Sequence
steps followerDice
DiceCup
to roll a group of diceCardDrawer
for draw without replacement (Note that draw with replacement can be performed with DiceCup
widget)Needs:
That means on debian/ubuntu:
sudo apt-get install qtbase5-dev qt5-default qttools5-dev-tools imagemagick
lrelease tatoge.pro
./images/render.sh
qmake
make