a jeopardy software written in python, designed for the RaspberryPI
questionsets take place in the questions
folder, for image/sound-sources and the questions theirselves
in a json-file.
start with the debug
parameter.
- python2
- python-tk
- python-imaging
- RPIO
- mplayer.py
Key | Action |
---|---|
9 | Start Game |
1 (Num) | Show Start Screen |
0 (Num) | Show Play Screen |
5 (Num) | Start/Stop Intro Music (on Start Screen only) |
1 - 6 | Buzzer Player 1 - 6 |
+ (Num) | Question correct/Play Audio again |
- (Num) | Question incorrect/No Answer |
Enter | Confirm Input |
The mouse is used for selecting the category and for OK clicking.
The red button equals the question-incorrect button, the green button the question-correct button. (not implemented yet)
You have to open two shells to the pi:
ssh [email protected]
ssh -X [email protected] 'x2x -east -to :0'
one is for starting the game, the other pipes the keyboard/mouse input to the pi