Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.98 KB

README.md

File metadata and controls

35 lines (29 loc) · 1.98 KB

BBTAN-on-Qt

Implement Android game - BBTAN on Qt

  • Mainly use for Qt tutorial , without commercial purpose.
  • created by Kevin Chu
  • Original game : BBTAN , owned by 111%

About Tutorial paper

  1. Tutorial one
  • Focus on building window , scene and basic functional control.
  1. Tutorial two
  • 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.
  1. Tutorial three
  • Using MouseEvent to control game item.
  1. Tutorial four
  • Using signal and slots to generate blocks.
  • Using QList to maintain several same item.
  1. Tutorial five
  • Implement the collision with collidingItem.

--------------------------------------------------(50% completed for game entertainment)--------------------------------------------------

Other tutorial

Tutorial #1

  • using resource file tp your program.

About this tutorial detail

BBTAN - currently version
  • 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 !
Qt creator environment : Qt 5.5.1 (GCC 4.9.1 20140922(Red Hat 4.9.1-10),64 bit) , on ubuntu 15.10 .