From 6c3be3d525351c7dd9d6973886c9f359cfc82ba7 Mon Sep 17 00:00:00 2001 From: Philipp van Kempen Date: Thu, 14 May 2020 14:40:55 +0200 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 634209c5..1b2266de 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,13 @@ # Minigolf Server/Client/Editor (Playforia) [![Build Status](https://travis-ci.org/PhilippvK/playforia-minigolf.svg?branch=master)](https://travis-ci.org/PhilippvK/playforia-minigolf) +## UPDATE + +Prebuild Standalone Clients are coming soon. There will be Standalone Installers (no Java installation required anymore) for Windows (64 Bit) ans MacOS. + +Check out the [Releases](https://github.com/PhilippvK/playforia-minigolf/releases) in a few days! + +For benchmarking resons, a very low spec game server is currently hosting the minigolf server application. You can try it out using the IP `35.209.2.60` and leave some feedback on how the experience was. I apologize for any downtimes, as I can not check it very often. + ## Screenshot ![Original Playforia Minigolf Main Menu](screenshot.png) @@ -89,6 +97,12 @@ Untested: (Will likely be compatible, too!) 4. The Java code you will find in the repository is pretty bad. Some parts even look like they where generated, for example by an converter tool 5. There is actually an aimbot implemented in the client code. Look for `allowCheating` in `GameCanvas.java` for trying it out. Use it wisely. +## Contributors + +- [@PhilippvK](https://github.com/PhilippvK) (BuyMeACoffe: https://www.buymeacoff.ee/PhilippvK) +- [@maitovelkkis](https://github.com/maitovelkkis) +- [@eYeWoRRy](https://github.com/eYeWoRRy) + --- ## Final Words