https://github.com/tilakapash/tetrisgame
A simple tetris game built with HTML, JS and CSS ...
https://github.com/tilakapash/tetrisgame
Last synced: 2 months ago
JSON representation
A simple tetris game built with HTML, JS and CSS ...
- Host: GitHub
- URL: https://github.com/tilakapash/tetrisgame
- Owner: tilakapash
- License: mit
- Created: 2020-05-22T12:42:52.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-23T13:47:07.000Z (almost 5 years ago)
- Last Synced: 2024-04-15T18:44:07.801Z (about 1 year ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tetris Game
## Overview
A simple tetris game built with HTML, JS and CSS ...
## Concepts
* The playing ground - A 200 div grid (20X10) built with flexbox
* Each tetramino is a color change in the specific 'pixels' of the grid## Deployment
* To play the game visit