Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kirjavascript/blessed-tetris
- Owner: kirjavascript
- Created: 2017-06-24T23:32:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-22T23:38:48.000Z (about 7 years ago)
- Last Synced: 2024-08-02T19:01:39.169Z (4 months ago)
- Language: JavaScript
- Homepage: telnet://kirjava.xyz
- Size: 45.9 KB
- Stars: 44
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-blessed - blessed-tetris
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 |