-
Notifications
You must be signed in to change notification settings - Fork 21
Things that work
INJE ™ edited this page Jun 14, 2017
·
18 revisions
- Displays top 3 scores on the start screen
- New block is randomly choosed from 7 tetriminos.
- Holds current block when L_SHIFT is pressed.
- Holded block is displayed on the right.
- Next block is displayed on the right.
- Current score is displayed on the right.
- Current level is displayed on the right.
- Lines required for next level is displayed on the right.
- Ghost mino at the bottom for enhanced game experience.
- Pause the game when 'esc' key is pressed.
- Increase speed according to levels.
- Increase score per line according to levels.
is_bottom(x, y, mino, r)
is_leftedge(x, y, mino, r)
is_rightedge(x, y, mino, r)
- Nudge the block up when it's impossible to turn without it.
- Nudge the block sideways when it's impossible to turn without it.
is_turnable(x, y, mino, r)
- Maxed out rows get emptied out.
More on Resources
- You can save your score after the game is over.