Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mafintosh/httptris
tetris in the browser using ONLY basic html
https://github.com/mafintosh/httptris
Last synced: about 2 months ago
JSON representation
tetris in the browser using ONLY basic html
- Host: GitHub
- URL: https://github.com/mafintosh/httptris
- Owner: mafintosh
- Created: 2011-06-11T11:13:52.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-06-11T11:20:40.000Z (over 13 years ago)
- Last Synced: 2024-10-16T23:38:43.714Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 159 KB
- Stars: 15
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# httptris
Tetris in the browser using only HTML.
To run it do:
node server.js [port]
Server runs on port 12000 by default
Keyboard shortcuts are using html accesskey so you need to hold down the modifier keys to use them (ctrl+opt on the mac)
The entire thing was build in 3 hours so it's probably a bit hacky :)
### Happy hacking!
[@mafintosh](http://twitter.com/mafintosh) and [@walling](http://twitter.com/walling)