Create Fun Multiplayer Games Online With Arianne
If you’ve got a knack for developing games and want to create one on an open source multiplayer online framework, then have a look at Arianne. Written in bare C and running on a Java platform, the application lets you focus on creating your game while Arianne does the heavy lifting on its server architecture.
What started out as a tiny app written in pseudo-C++ is now a client-agnostic server framework that uses Python for game description, MySQL in the backend, and a TCP transport channel to communicate with other players.