A simple multiplayer game created just for fun (game client).
$ git clone https://github.com/ZERDICORP/adv__server.git
$ java --version
openjdk 17.0.3 2022-04-19
OpenJDK Runtime Environment (build 17.0.3+3)
OpenJDK 64-Bit Server VM (build 17.0.3+3, mixed mode)
$ jar --version
jar 17.0.3
$ cd adv__server/src/ && ./build && cd ../build/
By default, port 8000 is listening
You can change it in the resources/server.cfg file
$ ./run
Server started listening on port 8000..
P.S. don't forget to forward ports on your router (UDP connection) if you want your server to be available on the internet.
And you may have to open ports if you use Windows.