Tetris game, written in Java using Swing GUI toolkit.
Use arrows ⬅️, ⬇️, ➡️ for moving currently active tetromino, X for rotating it counterclockwise, Z for rotating clockwise.
You need git and java to run the app.
- Clone this repo:
git clone [email protected]:belous-dp/Tetris.git
- Locate to the cloned directory:
cd Tetris
- Run the application:
java -jar artifatcs/belous.tetris.jar
- Single completed line gives you 40 points.
- Double completed lines give you 100 points.
- Triple gives 300 points.
- Four completed lines at once are called tetris and give you 1200 points.