phomm / IntactServer

1 stars 0 forks source link

Rooms and player actions bound to rooms #3

Open phomm opened 5 months ago

phomm commented 5 months ago

Room is the entity aimed to communicate players playing process as a feature it contains:

Logged-in player needs to execute commands (using access-token to authorize):

  1. view rooms (regardless of presence in any room)
  2. join room
  3. create room (and joins to it after creation) , while in the room, cannot create or join any other room 4 exit the room
Gandifil commented 3 months ago

How much users does a room handle? Just 2?