
A classic Tetris game built with [java, javafx, fxml]
This is a classic Tetris game implementation. The game features falling blocks, line clearing, and increasing difficulty levels. The goal is to keep the blocks from stacking to the top of the playfield.
- Classic Tetris gameplay
- Smooth block movements and rotations
- Score tracking
- Pause and resume functionality
- Clone the repo
git clone https://github.com/yourusername/tetris-game.git cd tetris-game


