Git Product home page Git Product logo

tatoge's Introduction

TableTop Game Equipment, a.k.a. TaToGE

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.

Features

  • Widgets for game state display:
    • Timer for virtual sand-clock
    • Counter
    • CountDown/Sequence steps follower
  • Widgets to generate random:
    • Dice
    • DiceCup to roll a group of dice
    • CardDrawer for draw without replacement (Note that draw with replacement can be performed with DiceCup widget)
  • General status saving/loading (in json format)

Developer guide

Improvement ideas

  • New widgets:
    • Stopwatch
    • Score table
    • random "Go" signal
  • Add sounds on events
  • General reset button
  • General roll button
  • Tools dynamic delete/order
  • Dice/Cards random values could be icons
  • Widget labels could be icons

Known issues

  • Keyboard navigation does not trigger auto-scroll in AddEquipmentDialog.
  • Command line help is not translated.
  • TODO : Counter increments serialization

Build dependency

Needs:

  • Qt5.9
  • C++11 compiler
  • qmake to generate Makefile, and lrelease to generate translation file
  • Imagemagick to render icon files

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.