https://github.com/german/jetrix
tetris game run in browser (written in javascript using canvas element)
https://github.com/german/jetrix
Last synced: 11 months ago
JSON representation
tetris game run in browser (written in javascript using canvas element)
- Host: GitHub
- URL: https://github.com/german/jetrix
- Owner: german
- Created: 2010-11-09T11:10:16.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2010-11-09T11:16:40.000Z (over 15 years ago)
- Last Synced: 2024-04-14T09:08:41.480Z (over 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 85.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Just a plain tetris game run in browser
It's written in javascript using canvas element.
Control:
k - move shape to the left
l - move shape to the right
spacebar - rotate the shape
There is still a lot of bugs here)
Dmitrii Samoilov