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

https://github.com/mannoeu/tetris-game

⭐ A simple tetris game developed with freecodecamp. http://tetris-game.surge.sh/
https://github.com/mannoeu/tetris-game

css game html javascript tetris

Last synced: about 1 year ago
JSON representation

⭐ A simple tetris game developed with freecodecamp. http://tetris-game.surge.sh/

Awesome Lists containing this project

README

          

# tetris-game
⭐ A simple tetris game developed with freecodecamp. http://tetris-game.surge.sh/

Objective

Fix JavaScript knowledge using:

- addEventListener()
- querySelector()
- querySelectorAll()
- keyCode()
- Math.floor()
- Math.random()
- length
- forEach()
- splice()
- clearInterval()
- setInterval()
- some()
- innerHTML()
- every()
- add()
- remove()
- contains()

Technologies

- HTML5
- CSS3
- JavaScript

Acknowledgment: [FreeCodeCamp](https://www.freecodecamp.org/) and [@kubowania](http://github.com/kubowania/)