LiteLobby to MMO

Hello i'M making an "MMO" game.
You Register, Login and you get list of rooms, you join them and at the end of the match u get exp.
Do i need to write a new MMO project? (i'm new in Photon)
Or just add some MMO functions on LiteLobby?

Comments

  • The "MMO" logic for Photon is actually for open, seamless world MMOs. In your case, just use the "Loadbalancing" architecture which already offers rooms and matchmaking. You just have to add your exp and score logic and user accounts to the server.