Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kirjavascript/blessed-tetris

quick and dirty telnet tetris clone
https://github.com/kirjavascript/blessed-tetris

Last synced: about 1 month ago
JSON representation

quick and dirty telnet tetris clone

Awesome Lists containing this project

README

        







## Play Online

telnet kirjava.xyz

## Play Locally

git clone https://github.com/kirjavascript/blessed-tetris.git
cd blessed-tetris
npm install
npm start

## Controls

WASD, HJKL and arrow keys are supported

| Action | Keys |
| ------------- |------------------|
| rotate left | Z , |
| rotate right | X . up |
| move left | A H left |
| move right | D L right |
| hard drop | space C / W K |
| soft drop | S J down |
| hold | tab V M \ |
| quit | escape C-c |