Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 864 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 864 Bytes

Tetris

Tetris implemented with only basic Java frameworks!

The implementation is based on an old implementation of mine, but refactored to use a plethora of software design patterns and clean code principles. However, ugly artifacts from the original implementation might remain!

Demo

An active game

alt text

A lost game

alt text

Installation

The game comes packaged as an executable jar file named Tetris.jar. The latest release of the game can be downloaded on the releases page.

Uninstall

Simply delete the Tetris.jar file, and navigate to your documents folder and delete TetrisConfig.cfg, if it exists.