- This is a very basic tetris game; developed from scratch to learn, experience and share.
- There is a build version on release page, still you can create your own build.
- Generic tetris mechanics.
- Highscore system.
- Music & sound effects.
- Oracle JDK 9.0.4; previous or later versions may work, not tested.
- Update PATH environment variable. help!
mkdir C:\cloned-projects\Tetris
git clone https://github.com/taner1es/Tetris.git C:\cloned-projects\Tetris
cd C:\cloned-projects\Tetris\Tetris\src\tetris\code\
javac -cp ../../ Tetris.java
java -cp ../../ tetris.code.Tetris
This project is licensed under the GNU General Public License v3.0 - see the LICENSE.md file for details