Author: Armando Fernandez
Date: 10/10/2020
The purpose of this project is to learn how to code a game in JavaScript.
You can play Tetris directly here: Play Tetris
- Classic Tetris gameplay.
- Move pieces left, right, down.
- Rotate blocks.
- Score points by clearing lines.
- Game over when the stack reaches the top.
Simple, nostalgic, and fully built with vanilla JS, HTML5, and CSS โ no external libraries.
-
Clone the repository:
git clone https://github.com/DevMando/TetrisJS.git cd TetrisJS -
Simply open the
index.htmlfile in your favorite browser.
This project was built for personal learning and fun. If you'd like to contribute ideas or improvements, feel free to fork the repo and open a pull request!