A Tetris-like video game created for AppHackX.
The play screen will appear automatically following two splash screens.
up
, down
, left
, right
z
x
space
Like Tetris, the objective of Tetris Galaxy is to clear lines to get the highest score possible.
Blocks fall from the edges of the play area, starting at the top edge and changing clockwise for every fallen block. Blocks will stop either on the red center block or on any other placed blocks.
Lines are cleared in concentric squares around the center. Exterior blocks collapse inward on line clear.
Clearing multiple lines at once is worth more points than clearing lines individually. Clearing four lines at once is known as a Galactic Tetris.
The player can speed up falling blocks by holding arrow key corresponding to the fall direction.
For example, if the block is falling from the top of the screen, the player may hold down
the speed up the falling block.
The player can drop falling blocks by pressing space
. A ‘shadow’ block displays a preview
of where the block will land. Luckily, the player cannot drop blocks into empty space.
The game ends when either…