Arpg online game

How to make an ARPG online game in GDevelop?

IT IS IMPORTANT THAT MY CHARACTER WORKS ON THE BEHAVIOR “LOOK FOR THE WAY”.
Make online, as in the same Diablo 1

Things that GDevelop Supports:

  • Isometric graphics
  • Client server communication (MQTT)
  • P2P communication
  • Pathfinding (AKA “LOOK FOR THE WAY”)

So it’s possible.

You’ll generally need to do the following:

  1. Make an ARPG Game. (Krunkster lists some of the items needed, setting up your own isometric graphics and pathfinding).
  2. Make your ARPG game have online multiplayer (Krunkster lists some of the other things needed, P2P and/or MQTT for client/server).

If you’re asking someone to step you through making the game entirely, unfortunately that’s not really what the forums are here for. I’d recommend start by looking at the isometric game example, though. That may at least give you a place to begin.