Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Latest commit

 

History

History
50 lines (38 loc) · 3.13 KB

README_en.md

File metadata and controls

50 lines (38 loc) · 3.13 KB

Tiếng Việt

Endless Brick breaker II

A new, remake version of old Endless Brick Breaker game, which was created by me and broken because I add .meta file to gitignore.

Developed by Qwekem482

Game Mechanism

  • There are 4 stats of each game:
    • Score: equal to the number of broken block.
    • Time: Played time, which is caculated from the start.
    • Lives: The remaining live of player.
    • Level: Number of current level.
  • At start of a game player has 3 lives (actually, 4). Player will lost 1 live when the ball drop out off the screen.
  • When player clear all the brick, new brick will be generated automatically and immediately. Also, player will be added 2 lives, basket speed and ball speed will increase.
  • Number of blocks each turn and position of them is random in range (30, 90).

New Features

  • Game now have UI.
  • Game now avaiable on android.
  • Game can auto resize game object and UI to fit with different screen ratio.
  • Remove color button, but game objects (brick, ball, basket) now change color when lose a live.
  • Game now only uses light color for game objects.
  • Ball speed will increase in each level. Ball speed formula: $10 + 0.75\sqrt{3 * level} + level/40$
  • Basket speed will increase in each level. Basket speed formula: $10 + 0.75\sqrt{4 * level} + level/30$

Existing Limitation

  • Basket moving is a little bad.
  • Menu Screen and End Screen is too simple
  • Highest row of brick sometimes is empty in some screen ratio.

Support and Tutorial

Percentage

Screenshot

Screenshot_20230526-163622 Screenshot_20230526-163630 Screenshot_20230526-163639 Screenshot_20230526-163654