A very simple clone of the famous Tetris Game written in Kotlin for this week's assignment
The game utilises the JavaFX framework to display the game and user interface. Additionally, a custom written logger + sound manager is being used to make development easier.
- Full fledged Tetris clone
- Custom logger + sound manager
- Awesome Music
- Modifyable keybinds
- Auto-Saving Keybinds
- Leaderboard
The Game is packaged as an macOS app-image found in the releases tab.
Compile it yourself by running mvn clean install
. The executable is found in target/installer
.
- Clone the repository (preferably into IntelliJ IDEA)
- Open the project and let maven do its thing
- Run + enjoy!
- This game is definitely not a clone of the original Tetris game.
- Please don't judge me for my code (I try my best) and don't use it as a reference.