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 .
- Host: GitHub
- URL: https://github.com/jf17/tetris
- Owner: jf17
- License: apache-2.0
- Created: 2023-02-07T17:59:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-05T15:33:36.000Z (about 3 years ago)
- Last Synced: 2025-01-12T09:28:19.122Z (over 1 year ago)
- Topics: game, game-development, java, java-swing, simple-game, tetris
- Language: Java
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
