https://github.com/liu42/hoodle
C++ 课程设计项目,基于 Qt 制作的打砖块小游戏。
https://github.com/liu42/hoodle
collision collision-detection collision-simulator game game-development qt qt-game
Last synced: 3 months ago
JSON representation
C++ 课程设计项目,基于 Qt 制作的打砖块小游戏。
- Host: GitHub
- URL: https://github.com/liu42/hoodle
- Owner: LIU42
- Created: 2022-06-17T10:42:52.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-08-26T04:38:39.000Z (9 months ago)
- Last Synced: 2025-08-26T06:22:57.208Z (9 months ago)
- Topics: collision, collision-detection, collision-simulator, game, game-development, qt, qt-game
- Language: C++
- Homepage:
- Size: 101 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hoodle 打砖块
*v2.0.0 新变化:使用 Qt 重构项目,碰撞计算优化以及界面美化。*
## 项目简介
本项目为 C++ 课程设计项目:基于 [Qt](https://www.qt.io/) 制作的打砖块小游戏,其核心在于各个对象之间经过特殊设计、尽可能真实的碰撞检测机制和反弹效果。
## 使用说明
本项目目前基于 Qt 6.9.0 版本构建,使用 Qt Creator 编译运行即可。