lenonqing / BBTAN-on-Qt

Implement Android game - BBTAN on Qt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Tutorial #2

  • using user-defined class on ui-design mode.

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 .

About

Implement Android game - BBTAN on Qt


Languages

Language:Makefile 72.8%Language:C++ 26.5%Language:QMake 0.7%