Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/richardklose/tetris-js
Simple javascript tetris
https://github.com/richardklose/tetris-js
javascript tetris
Last synced: 21 days ago
JSON representation
Simple javascript tetris
- Host: GitHub
- URL: https://github.com/richardklose/tetris-js
- Owner: richardklose
- Created: 2017-04-24T17:50:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T17:07:57.000Z (about 2 years ago)
- Last Synced: 2024-11-09T15:54:46.730Z (2 months ago)
- Topics: javascript, tetris
- Language: JavaScript
- Homepage: https://tetris.klose.cloud
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tetris-js
Javascript Tetris in your BrowserThis is a small project I've build during my time at HAW Hamburg.
### Installation
npm install -g tetris-js### Run
tetris-jsand then you can play in your browser at
http://localhost:3000
You can also specify the port (e.g.
tetris-js -p 4000
).