Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Cirnoo authored Aug 12, 2018
1 parent 9210be6 commit 79d13a7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# flappy bird
这是我自学Qt一周做的小项目,使用的是cpp,目前还没有完全做完,感觉flappy bird还是挺适合新手做练习。通过这个项目,我对c++面向对象的思想有了更清晰的认识,学习了Qt的线程、信号和智能指针等的用法,以及提高了阅读英文文档的能力。
####已完成的部分
1.主体游戏框架
2.start & gameover的动画
3.restart的动画
####待完成的部分
1.各种button按钮
2.bird和background的选择
3.自定义Label
4.音效

*希望能有人给我提一些改进的建议,感谢*

0 comments on commit 79d13a7

Please sign in to comment.