-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
# flappy bird | ||
这是我自学Qt一周做的小项目,使用的是cpp,目前还没有完全做完,感觉flappy bird还是挺适合新手做练习。通过这个项目,我对c++面向对象的思想有了更清晰的认识,学习了Qt的线程、信号和智能指针等的用法,以及提高了阅读英文文档的能力。 | ||
####已完成的部分 | ||
1.主体游戏框架 | ||
2.start & gameover的动画 | ||
3.restart的动画 | ||
####待完成的部分 | ||
1.各种button按钮 | ||
2.bird和background的选择 | ||
3.自定义Label | ||
4.音效 | ||
#### 已完成的部分 | ||
1. 主体游戏框架 | ||
2. start & gameover的动画 | ||
3. restart的动画 | ||
#### 待完成的部分 | ||
1. 各种button按钮 | ||
2. bird和background的选择 | ||
3. 自定义Label | ||
4. 音效 | ||
|
||
*希望能有人给我提一些改进的建议,感谢* |