Hex Game for Pravega Biology
- Python 3.5
- PyGame (get it using
pip install pygame
) - PyQt5 (get it using
pip install pyqt5
)
- Ensure the
hex.py
,cubicfive10.ttf
files and thedna-icon.png
file are in the same folder.
(you can choose to not use the icon file, in that case, comment out the line in hex.py
's main
function which loads the icon)
python hex.py
(assuming you have the environment variables correctly set up)
- L & R enforce timeouts (hardcoded to 10 seconds here) on the players.
This is just a proof-of-concept for the timer.
-
Migrate from hacky screen extension to a proper client-server architecture.
-
Customizable player colors.
-
Make the questions actually work, and put in some real questions.
-
Last but not the least, migrate to Android by translating to Scala/Java as that is cheaper in terms of hardware costs.
Future Plan No. 4 was completed - check the final branch.
This Python version (in master
) is no longer maintained or developed.