Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/lukasszz/FlappyQ

Quantum FlappyQat
https://github.com/lukasszz/FlappyQ

Last synced: about 2 months ago
JSON representation

Quantum FlappyQat

Lists

README

        

# FlappyQat

This game is based on the Flappy Bird game. The 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)!

## Installation & Running

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

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