/tetris

A basic implementation of tetris

Primary LanguageJavaMIT LicenseMIT

Tetris

How to Play

j - Move the current piece left
k - Rotate the current piece
l - Move the current piece right
m - Move the current piece down
p - Pause the game
q - Quit the game
[space] - Drop the current piece

Executables

This repository contains an executable jar which can be run by navigating to the jar folder and runing:

java -jar tetris.jar