Originally published at: http://www.sitepoint.com/create-tetromino-puzzle-game-using-swift-final-steps/
This entry is part 4 of 4 in the series Create a Tetromino Puzzle Game Using Swift
Create a Tetromino Puzzle Game Using Swift
- Create a Tetromino Puzzle Game Using Swift – Getting Started
- Create a Tetromino Puzzle Game Using Swift – Drawing Objects
- Create a Tetromino Puzzle Game Using Swift – Gameplay
- Create a Tetromino Puzzle Game Using Swift – Final Steps
I hope you have enjoyed the tutorial so far. In this final part we add some final elements to gameplay to create a final, polished game. Let’s get started!
Rotation
Similar to the move method, we prepared the rotation behavior with the Tetromino
class’ rotate
method: