A simple browser-based Tetris-like game built with HTML, CSS, and JavaScript.
- Open
index.htmlin your web browser. - Use the arrow keys to move and rotate pieces:
- Left/Right: Move piece
- Down: Drop piece
- Up: Rotate piece
- Score points by clearing lines. The game ends when the pieces reach the top.
index.html— Main HTML filemain.js— Game logicstyle.css— Basic styling.github/copilot-instructions.md— Project checklist
This project is for educational/demo purposes.