/TetrisTest

Retro Style Tetris but with modern Algorithm, written in Java

Primary LanguageJava

Java Tetris Port

This Branch is working much good...

Start the Server with:

docker compose up -d 

You might have to execute this command to times, so that all three servers really started. You can check if all three servers are really running with:

docker ps

Afterwards run Tetris in the Terminal with:

java -jar TetrisTest-shaded.jar

Current ToDos:

  • Implement Lose Logic
  • Cleanup Code
  • Make UI more accessible
  • Find bugs and fix them