538b09d390
PR: 101171 Submitted by: Dmitry Marakasov <amdmi3 at mail.ru>
7 lines
328 B
Plaintext
7 lines
328 B
Plaintext
A simple tetris-like game. The objective of the game is to keep the level of
|
|
colored blocks down as long as possible. New blocks are falling down at an
|
|
increasing rate, blocks can be removed by creating rows of three or more blocks
|
|
of the same color. The longer the row, the more points you get.
|
|
|
|
WWW: http://zevv.nl/code/game/
|