Implement Android game - BBTAN on Qt
- Mainly use for Qt tutorial , without commercial purpose.
- created by Kevin Chu
- Original game : BBTAN , owned by 111%
- Focus on building window , scene and basic functional control.
- Focus on gameitem (user-defined class) using.
- Using Timer and signal slots to build the game loop.
- How to using game loop to reach the function you want.
- Using MouseEvent to control game item.
- Using signal and slots to generate blocks.
- Using QList to maintain several same item.
- Implement the collision with collidingItem.
--------------------------------------------------(50% completed for game entertainment)--------------------------------------------------
- using resource file tp your program.
- using user-defined class on ui-design mode.
- Is my latest updated version of this game , welcome to fork and revise ! And if there have some problem within , welcome to put forward with me !
- This is a tutorial of Qt , but if you have found some problem , or have some question with the tutorial lesson on DropBox paper , welcome to leave some message on it !
- Hope everyone can have some fun with it !