Retro Tetris Game in Vanilla JavaScript to play in the Browser. Coded Along with MethMethMethod's Youtube tutorial (https://www.youtube.com/watch?v=H2aW5V46khA).
To Play in the browser:
- Please clone or download this repo on to your desktop
- Open up the Index.html file
- Tetris will now start up in your browser :)
Controls:
- Use left, right and down arrow keys to direct pieces. Down arrow increases downward velocity of piece movement from default.
- Use "q" and "w" keys to rotate tetris pieces clockwise and counterclockwise respectively.