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
- Implement Lose Logic
- Cleanup Code
- Make UI more accessible
- Find bugs and fix them