PhilippvK / playforia-minigolf

Client & Server for Minigolf Game known from Playforia/Playray/Appeli. Written in Java.
85 stars 31 forks source link

Show time remaining for other players' turns in multiplayer and some other features #108

Closed StenAL closed 5 months ago

StenAL commented 5 months ago

This PR contains the following fixes/features:

This also includes some deobfuscation work in preparation of making the Try Again Now button work when a client is disconnected from the server.

PhilippvK commented 5 months ago

@StenAL Could you please check the failing unit test?

StenAL commented 5 months ago

I fixed the test now, I had accidentally written assertNotEquals instead of assertEquals in one of my new tests. I squashed the fix into the Add CLI flag to set username commit.