Tagged Questions
21
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 ...
3
votes
4answers
2k views
Rotating cordinates around pivot? (tetris)
I'm attempting to design my very own tetris clone but have run into a little problem with shape rotations. I have a 2 dimensional array representing a 10 x 20 game grid and individual shape objects ...
1
vote
3answers
406 views
Java Tetris rotation
I know this has been asked a lot but I'd like to know how to rotate a Tetris piece?
I already made a long and bad solution (~170 lines of code) but there should be easier way to do it.
My tetris ...
0
votes
4answers
829 views
tetris rotation
For university we're supposed to write a game (the language is modula2 little chance you know it).
Each tetromino is defined through a central piece and 3 relative pieces,
Now when it comes to ...