MMO on GDevelop

It is possible to make a MMORPG Game with GDevelop?:thinking::thinking::thinking:

Probably yes. The built in networking tools (http request and P2P) won’t do though, I would use a mix of Firebase for storing more or less static user data like the current room of the player, the inventory, etc and the MQTT extension to share very dynamic (=that changes often) data like player position and emotes in a room.

1 Like