Type something to search...
Tetris version with TypeScript

Tetris version with TypeScript

Motivation

Welcome to a modern take on the classic Tetris game. This project is a fully functional Tetris game that includes features such as a game loop that updates the game state, a player piece that can be moved and rotated, collision detection, and score updating. The game is built with a focus on clean, efficient code and a user-friendly interface. The game board is dynamically created and rendered on a canvas element, and the game state is constantly updated and displayed to the player.

Repo link here!

Deploy link here!