
About
Tetris is a puzzle video game created by Alexey Pajitnov in the mid-1980s, in which falling four-block tetrominoes are stacked and cleared by filling complete horizontal lines. tetris - Just another Tetris™ clone is a Java implementation of Tetris built with Maven, distributed as a downloadable release package. It includes the standard piece movement, rotation, hard-drop, pause, and sound/volume controls.
Getting started
Build the project with Maven (`mvn clean package assembly:single`) to produce the release package, then run it. Controls include the arrow keys to move, up to rotate, ctrl for a hard drop, space to start a new game, and p to pause.
Media
Additional notes
- License
- Released under the WTFPL, a highly permissive license allowing unrestricted use and modification.