A downloadable game

# BQPong / Bitcoin Quantum Pong - Text version

The game is set in an apocalyptic dystopia. The internet has been destroyed by WW3, but Bitcoin is still a valuable digital currency that can be transmitted around the world.

The game has two players, Player 1 and Player 2. They are recruits in a guessing-pong game.

On Player 1's turn, the game generates a Bitcoin key and sends Player 1 and 2 a random key that it shall use to encode that Bitcoin key. Either of the two players must correctly guess the random key, and then use it to communicate the secret message to its true recipient. 

The random key has 8 bit elements and the two players, Player 1 and Player 2, take turns to guess these elements in their order from 0 to 1, 2, 3, 4, 5, 6, 7.

Player 1 is confined to classical guesswork, while Player 2 is allowed to use a quantum computer on the key received.

The winner gets a job with the MENTATS corporation.

StatusPrototype
Authormaalimaken
GenrePuzzle
TagsText based, Two Player
Average sessionA few seconds
LanguagesEnglish
InputsKeyboard
AccessibilitySubtitles

Download

Download
BQP_playable_prototype.py 18 kB

Install instructions

The game requires installation of the Python programming language and then the Qiskit SDK for quantum circuits.
Go to https://www.python.org/downloads/ to install python for your operating system. Then type pip install qiskit in the command line to install qiskit.

Leave a comment

Log in with itch.io to leave a comment.