Should I use rooms for android/ios?

Options
I'm currently developing a game using photon unity which is being targeted at mobile phones. I've made it uses rooms, and you have to either create a room or join a room to play, there isn't like an auto-match button. I was wondering if this was okay since many multiplayer games on mobile do not use the room system. Also, my game is more of a game you play with friends not random people. I also like the creating a room option because you can customize the game settings.

Here is some picture of the create room and roomlist on android (it's a 2D game) :






Comments

  • robertsze
    Options
    You may take a look at Stickman Battlefields on Android, we implement a very similar create room/join room/join random system like you plan to do. (Just if you want to see such a system in action). Works pretty well, with cross platform play between iOS and Android.