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

https://github.com/foxbunny/tetris


https://github.com/foxbunny/tetris

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Testris game

Simple tetris game using canvas and some good old-fasioned OOP.

## How to start

Clone the repository and run:

```
yarn
yarn start
```

## How to play

- `left` - move left
- `right` - move right
- `up` - rotate
- `down` - move down
- `space` - drop immediately
- `q` - rotate left
- `e` - rotate right (same as `up`)
- `w` - drop immediately
- `p` - pause