https://github.com/almasb/ci628-pongserver
A simple server for multiplayer pong.
https://github.com/almasb/ci628-pongserver
Last synced: 8 months ago
JSON representation
A simple server for multiplayer pong.
- Host: GitHub
- URL: https://github.com/almasb/ci628-pongserver
- Owner: AlmasB
- License: mit
- Created: 2020-04-21T07:49:38.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-12T14:10:29.000Z (over 3 years ago)
- Last Synced: 2024-10-29T12:42:41.036Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 32.2 KB
- Stars: 1
- Watchers: 4
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CI628-PongServer
A simple server for multiplayer com.almasb.fxglgames.pong.
### Run pre-built binary
1. Go to [Releases](https://github.com/AlmasB/CI628-PongServer/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](https://www.jetbrains.com/idea/):
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.