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/
- Host: GitHub
- URL: https://github.com/mannoeu/tetris-game
- Owner: mannoeu
- Created: 2020-05-22T22:34:04.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-04T16:31:55.000Z (over 4 years ago)
- Last Synced: 2025-05-06T18:51:35.616Z (about 1 year ago)
- Topics: css, game, html, javascript, tetris
- Language: JavaScript
- Homepage: http://tetris-game.surge.sh/
- Size: 3.65 MB
- Stars: 15
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)