ZackHu-2001 / Tetris-AI

Tetris implemented with React, supports AI competition mode (trained with DQN)
https://tetris.zackhu.com/
1 stars 0 forks source link

Random Generator #1

Open ZackHu-2001 opened 4 months ago

ZackHu-2001 commented 4 months ago

The current version of the random generator doesn't follow the so-called 7-bag random generate algorithm.

By the way, the next tetromino list might only contain 6 elements.

ZackHu-2001 commented 4 months ago

Furthermore, the color for those 7 tetromino is fixed as can be seen form here