Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
Kahsolt committed Jul 8, 2024
0 parents commit 49847cd
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# meta
.vscode/
__pycache__/
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2024 Armit

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
54 changes: 54 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
# Quantum-Circuit-Tetris

The Quantum Circuit Tetris game, learning quantum logical circuit with fun :)

----

**Quantum Circuit Tetris** is inspired by Quantum Tetris, but actually is a Block Elimination Puzzle, plus a little bit 2048 game.
This project is for the quantum challenge 2024 from [第一届“天衍”量子计算挑战先锋赛-大众组](https://qc.zdxlz.com/learn/#/megagame/megagameDetail?id=1801135605315321857&lang=zh)


#### References

⚪ Citation

If you find this work useful, please give a star ⭐ and cite~ 😃

```
@misc{kahsolt2024,
author = {Kahsolt},
title = {Quantum-Circuit-Tetris},
howpublished = {\url{https://github.com/Kahsolt/Quantum-Circuit-Tetris}}
month = {July},
year = {2024}
}
```

⚪ Other Tetris-inspired quantum games

- Quantum Games and Interactive Tools for Quantum Technologies Outreach and Education: https://arxiv.org/pdf/2202.07756.pdf
- Catris (Quantum Game Jam 2015)
- online play: https://antworks.itch.io/catris
- Quantum Tetris (2019)
- repo: https://github.com/dartmouth-cs98/Quantum-Tetris
- blog: https://medium.com/dartmouth-cs98/quantum-tetris-6452a0c96227
- Quantum Tetris (Quantum Design Jam 2021 October)
- index page: https://olivierbrcknr.github.io/quantum-tetris
- repo: https://github.com/olivierbrcknr/quantum-tetris
- blog
- https://workingnotworking.com/projects/291740-quantum-tetris
- https://www.lariemilio.com/quantum
- QuanTetrum (Quantum Game Hackathon 2021)
- repo: https://github.com/darkknightgit/QuanTetrum
- demo video: https://www.youtube.com/watch?v=DlKU3qC7mQc

⚪ Javascript library for quantum circuit

- https://github.com/stewdio/q.js
- https://github.com/microsoft/quantum-viz.js
- https://github.com/Strilanc/Quirk
- https://github.com/quantastica/quantum-circuit

----
by Armit
2024/07/07

0 comments on commit 49847cd

Please sign in to comment.