https://github.com/ivan-kleshnin/tetris-game
Tetris game implemented in CycleJS
https://github.com/ivan-kleshnin/tetris-game
Last synced: 4 months ago
JSON representation
Tetris game implemented in CycleJS
- Host: GitHub
- URL: https://github.com/ivan-kleshnin/tetris-game
- Owner: ivan-kleshnin
- License: mit
- Created: 2015-06-25T12:56:41.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-10T18:37:35.000Z (almost 10 years ago)
- Last Synced: 2025-04-15T03:44:13.434Z (6 months ago)
- Language: JavaScript
- Size: 2.3 MB
- Stars: 16
- Watchers: 2
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Tetris
Classic tetris game implemented in [CycleJS](https://github.com/staltz/cycle).
Development in progress.## Install
```
$ wget https://github.com/Paqmind/tetris-cyclejs/archive/master.zip; unzip master.zip -d tetris-cyclejs; rm master.zip
$ cd tetris-cyclejs
$ npm install; bin/install
```## Run
Production
```
$ npm run build
```Development
```
$ npm run dev
```## Game
Enter: start / pause
Space: drop figure
Up / Down: rotate figure
Left / Right: move figure