Collapsed Engine is a cross-platform and open source (under the Apache 2.0 license) 2D MMORPG engine written in C++. Both client and server are powered by RakNet for high-quality network communication. Server also uses SOCI library that provides fast and simple communication with MySQL database. On the otherside, client is mostly based on SDL2 with XAGUI as provider of graphics user interface functionality. Our GUI library allows us to run client on every supported platform, on almost all resolutions without any bigger problems.
For now, we’ve already tested client on Windows, Linux and Android. However SDL2 and RakNet provides much more platforms, that we have to check. For example: Mac OS X, iOS, Windows Phone and even Native Client (via google chrome browser).
Anyone intrested in Collapsed Engine can now download Core version from Git repo: Github.com
Fast and short list of collapsed engine featuers. Today we will introduce you map, battle and npc systems and description of Main Server's functions.
Only registered members can share their thoughts. So come on! Join the community today (totally free - or sign in with your social account on the right) and join in the conversation.
Nice :)
When will there be a download available :) I would love to try out this engine!
There's still a lot to do, especially battle system.
Probably the first version for the test will be released after the end of clock, which is at our website. It's mostly based on our free time.
If there is someone who want to help, please look at XAGUI on github. Still there's lack of controls and probably more features/improvements, that could be useful for CE.