Interactive Quantum Prisoners' Dilemma Game with Qiskit and Tkinter
-
clone the repository into some directory on your machine
command:
git clone https://github.com/halcdev/quantum-prisoners-dilemma.git -
cd into
quantum-prisoners-dilemmadirectory that was just createdcommand:
cd path/to/quantum-prisoners-dilemma -
install requirements from
requirements.txtcommand:
pip install -r requirements.txt -
run
qpd_interface.py. This will open the application interface that you can interact with!command:
python qpd_interface.py -
note: depending on your system settings (light mode / dark mode), the background color of the game interface may change. If the interface text is hard to read because the background color is too dark, try changing your computer display system to light mode.