Taupardy!
Taupardy! is a Jeopardy! inspired Tau quiz game for Processing!
It is particularly appropriate for Tau Day celebrations. Bundled with this code are the two panels we used for our own 2014 & 2015 celebrations, feel free to create your own ones and submit a pull request ;)
Taupardy! was created by Fathom Information Design and Jose Luis García del Castillo.
If you like this project and had fun with it, share the love! @fathominfo
Setup
- Download and install Processing.
- Taupardy! depends on Benedikt Groß's great Ani library. Make sure it is available in your system's
Procesing/libraries
. - Download/clone the repo.
- Open
taupardy.pde
with the Processing IDE. - Hit run. Enjoy!
Usage
Taupardy! is a collaborative game intended to be played as a group. Therefore, so far only one global player/score is supported.
You can click/tap on the questions on screen to give them focus. When a question is highlighted, use:
a
key to display the answery
to indicate the question was correctly answered, and add the scoren
to indicate the oppositex
any time for game over and final screen
You can create and customize your own question panels by following the template .xls
files in the /data
folder, and then exporting it to utf-8 CSV. Then pointing to the appropriate .csv
file via the panelFileName
variable.
Enjoy!
License
See license.