https://github.com/salif/tetris
Fun and simple original tetris
https://github.com/salif/tetris
beginner game game-development hacktoberfest hacktoberfest-accepted hacktoberfest2024 java tetris tetris-game tetromino
Last synced: about 1 year ago
JSON representation
Fun and simple original tetris
- Host: GitHub
- URL: https://github.com/salif/tetris
- Owner: salif
- Created: 2019-02-12T19:38:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-21T16:58:51.000Z (almost 2 years ago)
- Last Synced: 2025-03-27T02:22:39.824Z (about 1 year ago)
- Topics: beginner, game, game-development, hacktoberfest, hacktoberfest-accepted, hacktoberfest2024, java, tetris, tetris-game, tetromino
- Language: Java
- Homepage: https://salif.github.io/Tetris/
- Size: 85.9 KB
- Stars: 24
- Watchers: 1
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Tetris
Fun & Simple Original tetris
## Download
See the releases [on Github](https://github.com/salif/Tetris/releases) and
download the Tetris.jar file from the latest release.
## How to play
* `up` & `down` arrow keys: rotate a tetromino
* `right` & `left` arrow keys: move a tetromino
* `p` key: pause game / restart game
## Screenshots of the game
### on Linux

### on Window

## Links
- [Homepage](https://salif.github.io/Tetris/)
- [Source code](https://github.com/salif/Tetris)
### Forked from:
[github.com/ChihoWon/Tetris](https://github.com/ChihoWon/Tetris)