This is a Tetris game implemented using JavaScript, HTML, and CSS. The game is based on the popular Tetris game and is built following the tutorial provided in the YouTube video.
- Classic Tetris gameplay
- Score tracking
- Game over and restart functionality
- Level progression
Next piece preview(not implemented yet)Sound effects(not implemented yet)Responsive design for various screen sizes(not implemented yet)
- Clone the repository:
git clone https://github.com/your-username/tetris-js.git
- Start the app:
npm run dev
- Open your browser and navigate to
http://localhost:5173
to play the game.
- midudev for the tutorial and inspiration.