https://github.com/k-stopczynska/tetris-vanilla-javascript
Tetris game made with HTML, CSS and Javascript
https://github.com/k-stopczynska/tetris-vanilla-javascript
Last synced: 3 months ago
JSON representation
Tetris game made with HTML, CSS and Javascript
- Host: GitHub
- URL: https://github.com/k-stopczynska/tetris-vanilla-javascript
- Owner: k-stopczynska
- Created: 2022-09-16T09:31:07.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-16T10:29:41.000Z (over 2 years ago)
- Last Synced: 2024-04-28T06:28:58.474Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://tetris-szam.netlify.app/
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tetris-vanilla-Javascript
#About
Tetris game made with HTML, CSS and vanilla Javascript
# Legend:
ArrowUp: rotate,
ArrowLeft, ArrowRight: move tetromino,
ArrowDown: soft drop,
Space: hard-drop,
p: pause,
Escape: game over# Live version: https://tetris-szam.netlify.app/
You have to enter the name to start# Features:
User can save his best scores due to local storage used in this project