Skip to content

jf17/tetris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tetris.

Simple game on Java Swing.

Uses Java 17.

Compile from source:

Linux:

  1. Install git and maven.
  2. Clone Tetris from github:
  • Either run git clone https://github.com/jf17/tetris.git
  1. Go into the directory: cd tetris
  2. Run mvn clean compile to compile Tetris.
  3. Run mvn exec:java to run Tetris after compilation.

Tetris game screenshot