An open API service indexing awesome lists of open source software.

https://github.com/terror/tetris

A tetris clone written in javascript
https://github.com/terror/tetris

Last synced: 3 months ago
JSON representation

A tetris clone written in javascript

Awesome Lists containing this project

README

          

## Tetris

A [Tetris](https://en.wikipedia.org/wiki/Tetris) clone written in Javascript.

Play it [here](https://terror.github.io/tetris/)!

### Controls

- `a`, `s`, `d` to move left, down and right respectively.
- `p` to pause the game.
- `Enter` to put a piece on hold.
- `Space` to drop a piece to the bottom.