gplabs / game-off-2012

Robert the lifter is a puzzle game similar to the world-acclaimed game Tetris. With some awesome twists!
http://game-off-2012.gplabs.net/
0 stars 0 forks source link

Control pieces randomization #3

Closed emman31 closed 11 years ago

emman31 commented 11 years ago

Currently, pieces are generated completely randomly.

We must control the randomization a bit examples: http://tetris.wikia.com/wiki/Random_Generator http://tetris.wikia.com/wiki/TGM_randomizer

emman31 commented 11 years ago

used TGM : http://tetris.wikia.com/wiki/TGM_randomizer

We use a 6 pieces history and never spawn S, J, O as first. And a maximum of 6 tries.