Hi all,
I have a personal game project I’d like to dev on. It’s a multiplayer game playable in the browser, written in Java. Currently, I’m writing a gameserver. This is going well, but I wonder if there are already gameservers available? I found some projects, such as Red dwarf, Vassal, Arianne and there are more. I’m looking for a generic gameserver, which has most stuff abstracted away. For instance, I’d like to support multiple transport implementations such as binary sockets, websockets, et cetera. The projects I found tie themself to binary sockets, and as such is unusable for my webbased client.
Surely there must be some kind of generic game server project, aimed on handling comomn tasks like accounts, chatrooms, gamerooms, logging, class API?
Thanks in advance!