Tagged Questions
20
votes
10answers
9k views
Tetris Piece Rotation Algorithm
What are the best algorithms (and explanations) for representing and rotating the pieces of a tetris game? I always find the piece rotation and representation schemes confusing.
Most tetris games ...
7
votes
2answers
190 views
Genetic algorithm and Tetris
Im creating a Tetris player using genetic algorithms, and facing some issues. I've read a lot of related works, but they don't give me enough details on the GA.
The problem is that my agent seems to ...
1
vote
3answers
93 views
How can I generate a list of all Tetrominos?
How can I generate a list of all Tetrominos?
Or, more generally, how can I generate a subset of the polyominoes restricted to a number of cells?