This aplication require python 2.7 and pygame library
- Python 2.7 available from: https://www.python.org/download/releases/2.7/
- Pygame library ( for python 2.7 ) available from: http://www.pygame.org/download.shtml
- left/ right arrow - move block left, right
- up arrow - rotate block clockwise
- down arrow - soft drop
- left ctr - hard drop
- p - pause
- Esc - escape to main menu
After ever four lines you delete your level inrcrease by one. You get four point multiply by your level plus 1 for evry block you drop. For 1, 2, 3 or 4 lines deleted at once you get score acording patern below multiply your level plus 1.
- 1 line - 40 point
- 2 lines - 100 point
- 3 line - 300 point
- 4 line - 1200 point
With every level speed of blocks increas proportionaly like in Tetris version for "GameBoy".