https://github.com/draym/dbaserver
Multiplayer server for my DragonBallArena game
https://github.com/draym/dbaserver
kryonet multiplayer-game-server
Last synced: 4 months ago
JSON representation
Multiplayer server for my DragonBallArena game
- Host: GitHub
- URL: https://github.com/draym/dbaserver
- Owner: Draym
- License: bsl-1.0
- Created: 2016-03-19T13:26:25.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-07-13T02:45:46.000Z (almost 4 years ago)
- Last Synced: 2025-01-10T16:35:47.448Z (5 months ago)
- Topics: kryonet, multiplayer-game-server
- Language: Java
- Homepage:
- Size: 3.37 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Multiplayer server for [DragonBallArena](https://github.com/Draym/DragonBallArena)
It is a pretty simple game server using [kryonet](https://github.com/EsotericSoftware/kryonet) which handle one game instance.
When the required number of player(2) have joined the server, the game can start. If more people join the server, they can attend the game as observers and watch the other players play.
Multiple instances of the server can be launched at the same time, but because there is no live indexing server to reference the custom ones, the client have to enter te IP address of the game server it wishes to join.
### Functionalities
- one server = game instance
- game can start when required number of players have joined
- observer mode for the extra players
- client join custom server with their IP### Improvement
- handle multiple games instance per server
- create a master server which list all the custom ones, so client only have to enter master server IP to get the list of available games