Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marx-wrld/tetris-game
A Javascript program for a realtime tetris game with UI written in html and Canvas. Canvas is a html element used to draw graphics on the fly (when program is executing) via javascript
https://github.com/marx-wrld/tetris-game
gaming html5-canvas javascript
Last synced: 2 days ago
JSON representation
A Javascript program for a realtime tetris game with UI written in html and Canvas. Canvas is a html element used to draw graphics on the fly (when program is executing) via javascript
- Host: GitHub
- URL: https://github.com/marx-wrld/tetris-game
- Owner: Marx-wrld
- License: mit
- Created: 2022-11-24T13:49:22.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-24T19:47:41.000Z (almost 2 years ago)
- Last Synced: 2024-11-13T09:15:22.328Z (2 days ago)
- Topics: gaming, html5-canvas, javascript
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Javascript-Tetris-Game
This project is a javascript program for a realtime tetris game with UI written in html and Canvas. Canvas is a html element used to draw graphics on the fly (when program is executing) via javascript