Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/orestonce/tetrisgame-qt
QT版俄罗斯方块
https://github.com/orestonce/tetrisgame-qt
Last synced: 23 days ago
JSON representation
QT版俄罗斯方块
- Host: GitHub
- URL: https://github.com/orestonce/tetrisgame-qt
- Owner: orestonce
- License: lgpl-3.0
- Created: 2015-10-08T08:40:20.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-08-08T13:09:29.000Z (3 months ago)
- Last Synced: 2024-08-08T15:22:29.564Z (3 months ago)
- Language: C++
- Size: 64.5 KB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TetrisGame-qt
QT版俄罗斯方块## 简介 :
1. 程序分为QT-GUI和CORE部分。
2. 采用观察者模式,core通过notify调用Observer的onSubjectChanged通知GUI变化,而不用GUI每次主动检测core的变更。
3. core只使用了c++标准库函数,可以轻松移植到任何支持c++11的平台上。## 一些截图
![游戏进行中](https://github.com/orestonce/TetrisGame-qt/blob/master/snapshot/TetrisGame-qt.png)