Tetris Movement - Implementation
- by James Brauman
Hi gamedev, I'm developing a Tetris clone and working on the input at the moment.
When I was prototyping, movement was triggered by releasing a directional key. However, in most Tetris games I've played the movement is a bit more complex.
When a directional key is pressed, the shape moves one space in that direction. After a short interval, if…