https://github.com/LazoVelko/Tetris
A tile matching puzzle video game.
https://github.com/LazoVelko/Tetris
game tetris
Last synced: 3 months ago
JSON representation
A tile matching puzzle video game.
- Host: GitHub
- URL: https://github.com/LazoVelko/Tetris
- Owner: LazoVelko
- License: gpl-3.0
- Created: 2016-10-22T06:44:30.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-22T07:34:53.000Z (about 9 years ago)
- Last Synced: 2025-03-25T18:50:27.165Z (10 months ago)
- Topics: game, tetris
- Language: Java
- Size: 52.7 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tetris
A tile matching puzzle video game.
# Instructions
After downloading, navigate into the Tetris folder and type the following commands to run the game:
```
javac Window.java
java Window
```
# Gameplay
Use the left and right arrow keys to move the pieces that are falling. The down arrow key speeds up the fall, the up arrow key rotates the piece, and the ENTER button drops the piece right to the floor.

When the player loses the program exits and the final score is printed to the terminal.