An open API service indexing awesome lists of open source software.

https://github.com/jf17/tetris

Simple Tetris on Java Swing .
https://github.com/jf17/tetris

game game-development java java-swing simple-game tetris

Last synced: 11 months ago
JSON representation

Simple Tetris on Java Swing .

Awesome Lists containing this project

README

          

# Tetris.

Simple game on Java Swing.

Uses Java 17.

## Compile from source:

### Linux:

0. Install `git` and `maven`.
1. Clone Tetris from github:

- Either run `git clone https://github.com/jf17/tetris.git`

2. Go into the directory: `cd tetris`
3. Run `mvn clean compile` to compile Tetris.
4. Run `mvn exec:java` to run Tetris after compilation.

![Tetris game screenshot](tetris_game.png)