-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
32 lines (22 loc) · 1.09 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Jeopardy game setup with software, hardware and firmware
based on the CCC beopardy project (2010).
Instead of the original CCC's microcontroller, this project uses an
Arduino Nano to control the buttons and lamps. The serial protocol
has been extended to indicate exactly at all times during the game
which players may buzz in and when.
The repo contains the following subdirectories:
arduino - the firmware for the Arduino Nano, controlling the
button lamps and signalling the buttons over the
serial port to the PC/laptop running beopardy_2010
beopardy_2010 - the Jeopardy game software, written in Perl+Tk
This program displays the game board and implements
the game.
hardware - the game controller for push buttons and their lamps
References:
The code this fork is based on:
http://blogmal.42.org/misc/beopardy-2010.story
The legacy code with the different versions used at the CCC throughout the
years:
https://github.com/Sec42/beopardy-legacy
The new web based beopardy by Sec:
https://github.com/Sec42/beopardy