Tower
Tower is a building game where players start with 3 hit points (HP). Every time a player drops a Tower block, they lose 1 HP. The game ends when a player's HP reaches 0.
Players are awarded 25 points for each successfully stacked block (referred to as a "Success"). If a block is stacked perfectly on top of the previous one (referred to as a "Perfect"), the player is awarded 50 points instead. Consecutive Perfects will earn an additional 25 points each.
Note that each Success or Perfect counts as a floor. For example, the first Perfect earns 50 points, the second consecutive Perfect earns 75 points, and the third consecutive Perfect earns 100 points, and so on.
Last updated