Shylexx / CI628-PongServer

A simple server for multiplayer pong.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CI628-PongServer

A simple server for multiplayer com.almasb.fxglgames.pong.

Run pre-built binary

  1. Go to Releases
  2. Download and unzip ci628server-win.zip on a Windows machine.
  3. In the unzipped directory, go to bin and run Start-CI628server.bat.

Build

You do not need to modify the server code, but if you wish to, please see below

In IntelliJ Community Edition:

  1. File -> New -> Project from existing sources
  2. Select Maven
  3. Run server from PongApp

Note: make sure that Project Structure -> Modules uses Java level 17.

About

A simple server for multiplayer pong.

License:MIT License


Languages

Language:Java 100.0%