QT版flappbird 有flappbird.h flappbird.cpp bird.h birdcpp background.h background.cpp pip.h pip.cpp gamecontrol.h gamecontrol.cpp 使用的是游戏继承类GameBase和UI基础类UIObjective框架
时间: 2023-09-07 14:14:53 浏览: 152
QT Flappy_bird-附件资源
你的问题是关于QT版flappbird的,它使用了哪些类和框架?
根据你提供的信息,QT版flappbird使用了以下类:
- flappbird.h
- flappbird.cpp
- bird.h
- bird.cpp
- background.h
- background.cpp
- pip.h
- pip.cpp
- gamecontrol.h
- gamecontrol.cpp
此外,它还使用了游戏继承类GameBase和UI基础类UIObjective框架。
需要注意的是,这些类和框架的具体实现和使用方式,需要查看代码才能确定。
阅读全文