PhilippvK / playforia-minigolf

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

Rewrite client to use shared libraries #69

Open pehala opened 3 years ago

pehala commented 3 years ago

The client uses custom (and decompiled) code for map decoding and track handling, both of those are already implemented in not obfuscated ways in shared or editor modules. We should rewrite the Client to use components that all other modules do.