https://github.com/dcdeepesh/tetris
A clone of the game Tetris
https://github.com/dcdeepesh/tetris
Last synced: 2 months ago
JSON representation
A clone of the game Tetris
- Host: GitHub
- URL: https://github.com/dcdeepesh/tetris
- Owner: dcdeepesh
- License: apache-2.0
- Created: 2020-04-05T06:20:22.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-05T06:30:08.000Z (about 6 years ago)
- Last Synced: 2026-01-02T06:44:25.848Z (6 months ago)
- Language: Java
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Tetris
**(This code is still in the [MVP stage](#mvp-stage))**
My clone of the Tetris game in Java.
## MVP Stage
This code is still in the MVP stage. This is verified by the fact that the latest commit is an MVP commit.
This means that the only the main purpose of this code has been implemented (in this case, only the main game).
No customization or menu options will be available.
There is no guarantee when(if it will) the code will move past the MVP stage and more functionality will be added.
Users may still encounter some bugs.