Hello Everyone, I am a server developer, I do everything from apps to websites an games.
One thing I personally hate, is having to create a backend for online multiplayer games.
As developers, who would like access to a service that had the backend pre-built? With a simple API?
I personally do not know how you would like it to be used? Any ideas?
I'm thinking a simple send and receive JSON messages as an option? What are your thoughts, and how would you like this, as developers, to work? (I will open source the code, I don't want to own it, I think it'd be a good community project)
Comments
-=Hicsy=-
PM me Facebook
@JamesS237 - what would the service do? Just send messages between players right?
It's still in progress but works as it is.
One of my goals is to make a swappable Protocol object that describes how the data should be translated from Message objects to Byte Streams. Allowing for some more flexibility.
The messages right now hold data as one large array, but I'm planning some kind of factory based on the command byte that would know how to better present the data array.
Anyway, PM me if you're interested.
you should check it out :)
The project I'm working on is Open Source, meant for beginner game devs and designers to be able to see as much of it as possible. Granted I'm using libGdx, but that is also open source.
CEO, Rocket Bunny Games
Founder of ReachingPerfection.com
In any case, it sounds like you have it under control so good luck with it all.
CEO, Rocket Bunny Games
Founder of ReachingPerfection.com