Play Jeopardy on your Raspberry Pi
How to get Jeopardy running on your Raspberry Pi
- install docker
- create a copy of the
docker-compose.yml
file - run
docker compose up
Follow these instructions:
http://hackaday.io/project/3721/instructions
-suggested to have additional buttons setup
-will require about 12 batteries for back ups and testing
Follow these instructions:
http://hackaday.io/project/3721-game-show-emulator/log/12365
To build the container image localy:
docker compose --profile build build
This software is designed to be used with the Raspberry Pi. If you would like to run Jeopardy on a Windows or Ubuntu please use Adam Beagle's jeoparpy software.
Also, to use the X11 system from within a container, see this Medium article.
WARNING!!! This repo is under rapid development as we move it to modern Python and put it into a container image to more easily be run and maintained.