Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 508 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 508 Bytes

JTetris

Use arrow keys to rotate and position blocks.

This is an ancient game that I found on an old floppy disk that I made when I was a kid. Please don't judge my ability based on this code!

Running pre-built binary

Download jar file

java -jar JTetris.jar

Building

If you want to build it yourself instead of downloading binary, then:

make jar

java -jar JTetris.jar

Screenshot

Screenshot