playforia-minigolf icon indicating copy to clipboard operation
playforia-minigolf copied to clipboard

Client & Server for Minigolf Game known from Playforia/Playray/Appeli. Written in Java.

Results 28 playforia-minigolf issues
Sort by recently updated
recently updated
newest added

# Overview Current networking sucks, this PR aims to completely redesign and rewrite the entire networking component of the game. This includes: * Server module * Almost everything will be...

There is very old trackviewer written in coffee script. It might still work since the track format is still the same but would be great if it was integrated into...

good first issue

In the current network scheme, the server doesn't check clients positions so sometimes the client goes out of sync (he sees different ball positions) than the rest of the players.

Currently, the server-client communication is based on text messages separated by tab (e.g `starttrack \t trackname...`), processed by one big if statement across multiple methods. It is a mess and...

networking

I am drafting an all-new README + additional documentation file in the Repository's [Wiki](https://github.com/PhilippvK/playforia-minigolf/wiki/Documentation) at the moment. Feel free to follow the progress and contribute content if you find placeholders...

Server cant really handle disconnecting players correctly.

Recent release had the following issue: ``` Unable to process command '::set-env name=VERSION::2.1.1.0-BETA' successfully. --- The `set-env` command is disabled. Please upgrade to using Environment Files or opt into unsecure...

Was mentioned in #83 and needs to be investigated.

bug

Hello, Iam new to the whole world of "java" and "programming", but I read some hours and gave it a try... Software used: jdk-15.0.1 jre1.8.0_271 apache-maven-3.6.3 After setting up the...

bug

Tests do not work at the moment. TODOs: - [ ] Check how to handle incomplete Preferences (Only Server/Port exists,...)