Tetris Game

Score: 0

High Score: 0

Lines Cleared: 0


Summary

This javascript project was really fun to make. I love playing tetris but I don't like all the ads or some of the controls on other websites. It only took roughly 8 hours from start to the state it is in now. It is fun to debug games, playing them and finding issues in the gameplay is often funny. I learned a lot about javascript and how it interacts with the canvas element in HTML.

Skills Utilized:

11/27/24

Today I added what I wanted to, as well as clearing out some bugs I found after playing and messing around with the game and pushing some of the games boundaries.

11/25/24

Today I created a Tetris game, it is not yet perfect, but I have gotten it to work. I would like to add a display for the next block and speed up the game as lines get cleared.