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
- Host: GitHub
- URL: https://github.com/terror/tetris
- Owner: terror
- Created: 2021-11-11T13:58:27.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-13T18:55:33.000Z (about 4 years ago)
- Last Synced: 2025-02-15T09:37:18.677Z (11 months ago)
- Language: JavaScript
- Homepage: https://terror.github.io/tetris/
- Size: 2.51 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.