A simple server for multiplayer com.almasb.fxglgames.pong.
- Go to Releases
- Download and unzip
ci628server-win.zip
on a Windows machine. - In the unzipped directory, go to
bin
and runStart-CI628server.bat
.
You do not need to modify the server code, but if you wish to, please see below
In IntelliJ Community Edition:
- File -> New -> Project from existing sources
- Select Maven
- Run server from PongApp
Note: make sure that Project Structure -> Modules uses Java level 17.