dolph / FlappyQ

Quantum FlappyQat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FlappyQat

This game based on the Flappy Bird game. It is idea is to get familiar with quantum computing and have fun at the same time!

You start with the initial quantum state eg. |00> and by passing the quantum pipes and selecting the proper gate you are supposed to achieve the desired state eg. |01>.
During the game, the actual quantum state is evaluated using the quantum device (or quantum emulator)!

Instalation & Running

Python 3.6+ is required. Just clone the repo, install the requirements and run.

$ pip install -r requirements.txt
$ python3 falppy.py

About

Quantum FlappyQat


Languages

Language:Jupyter Notebook 85.5%Language:Python 14.5%