https://github.com/quantum-game/quantum-game-2
LEGACY open-source version of Quantum Game 2 (Sept 2019 - Oct 2020)
https://github.com/quantum-game/quantum-game-2
game optics quantum-game quantum-mechanics
Last synced: 5 months ago
JSON representation
LEGACY open-source version of Quantum Game 2 (Sept 2019 - Oct 2020)
- Host: GitHub
- URL: https://github.com/quantum-game/quantum-game-2
- Owner: Quantum-Game
- License: mit
- Created: 2019-09-16T09:47:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T06:07:54.000Z (over 3 years ago)
- Last Synced: 2025-06-06T08:52:34.024Z (about 1 year ago)
- Topics: game, optics, quantum-game, quantum-mechanics
- Language: Vue
- Homepage: https://quantumgame.io
- Size: 6 MB
- Stars: 67
- Watchers: 6
- Forks: 16
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Quantum Game 2
A puzzle game with photons, superposition and quantum measurement, right in your browser. With true quantum mechanics underneath!


[](https://travis-ci.com/Quantum-Game/quantum-game-2)
[](https://twitter.com/quantumgameio)
Follow updates on Twitter [@QuantumGameIO](https://twitter.com/QuantumGameIO), [Faceboook](https://www.facebook.com/quantumgameio/) and read our blog posts on [Medium](https://medium.com/quantum-photons).
Quantum Game is currently being developed by dr [Piotr Migdał](https://p.migdal.pl/), [Klem Jankiewicz](http://jankiewiczstudio.com/), [Paweł Grabarz](https://github.com/frizi) and [Philippe Cochin](https://github.com/sneakyweasel). Concept art by [Chiara Decaroli](https://maperseguirvirtute.wordpress.com/) and generative music by [Pawel Janicki](https://www.paweljanicki.jp/) and others. [The full list of contributors](https://github.com/Quantum-Game/quantum-game-2/graphs/contributors).
This version of the game was funded by the [Center for Quantum Technologies of the National University of Singapore](https://www.quantumlah.org/) and now being developed by the **Quantum Flytrap**.

The current version uses subcomponents:
* [Quantum Tensors](https://github.com/Quantum-Game/quantum-tensors) - a JavaScript / TypeScript package for sparse tensor operations on complex numbers. It is an NPM package we created for this game, but made it in a way it is reusable.
* [bra-ket-vue](https://github.com/Quantum-Game/bra-ket-vue) - quantum state and operator visualizer, in Vue.js.
* [Quantum Encyclopedia](https://github.com/Quantum-Game/qg-encyclopedia) - encyclopedia of elements and concepts in quantum physics.
You can play the old version (2014-2016) [here](http://play.quantumgame.io/); its source is at [stared/quantum-game](https://github.com/stared/quantum-game).
[](https://www.quantumlah.org/)
## Installation
You need to have [yarn](https://yarnpkg.com/) installed. Then, after cloning install dependencies with:
```bash
yarn
```
And run it with:
```bash
yarn serve
```

## Contribution
It as an open-source project and we appreciate contributions.
## Issues
Please report all errors using [Issues](https://github.com/Quantum-Game/quantum-game-2/issues). Please be explicit what is wrong, and what is the desired behavior. Screenshots do help a lot.