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: 3 months ago
JSON representation
Quantum FlappyQat
- Host: GitHub
- URL: https://github.com/lukasszz/FlappyQ
- Owner: lukasszz
- Created: 2019-02-27T17:50:57.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T04:51:21.000Z (about 2 years ago)
- Last Synced: 2024-07-30T20:35:29.705Z (6 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 2.07 MB
- Stars: 5
- Watchers: 4
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-Quantum-Games - FlappyQat - A quantum version of Flappy Bird (by Łukasz Herok, Nick Kasten, Jessica Kane, Dolph Mathews, ...) (2019 / Qiskit Camp 2019)
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