/hacker-jeopardy

a jeopardy software written in python, designed for the RaspberryPI

Primary LanguagePythonMIT LicenseMIT

hacker-jeopardy

a jeopardy software written in python, designed for the RaspberryPI

Questions

questionsets take place in the questions folder, for image/sound-sources and the questions theirselves in a json-file.

Development

start with the debug parameter.

Dependencies

  • python2
  • python-tk
  • python-imaging
  • RPIO
  • mplayer.py

Controls

Keyboard

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

Mouse

The mouse is used for selecting the category and for OK clicking.

Board

The red button equals the question-incorrect button, the green button the question-correct button. (not implemented yet)

Remote PC

You have to open two shells to the pi:

ssh pi@jeopardy.local
ssh -X pi@jeopardy.local 'x2x -east -to :0'

one is for starting the game, the other pipes the keyboard/mouse input to the pi