最近为了学习C++和qt5,跟着教程写了一个翻金币的小游戏
3、程序代码
3.1 项目工程配置文件 CoinFlip.pro
3.2 界面文件 mainscene.ui 和 res.qrc 资源添加
3.3 自定义按钮类 mypushbutton.h 和 mypushbutton.cpp
3.4 金币类 mycoin.h 和 mycoin.cpp
3.5 关卡数据类 dataconfig.h 和 dataconfig.cpp
3.6 首页主界面 mainscene.h 和 mainscene.cpp
3.7 选择关卡界面 chooselevelscene.h 和 chooselevelscene.h
3.8 翻金币界面 playscene.h 和 playscene.cpp
3.9 主函数文件 main.cpp
2022-04-06 01:21:52
2.93MB
qt
开发语言
1