An open API service indexing awesome lists of open source software.

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

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