itsjfx / node-dota2-user

A Node.js module to connect to and interact with the Dota 2 game coordinator.
GNU General Public License v3.0
11 stars 1 forks source link

Is there any example of how to create practice lobby? #7

Open metrogit opened 11 months ago

metrogit commented 11 months ago

hi, I don't know how to create a practice lobby can you help me?

itsjfx commented 10 months ago

hey mate, lobbies are in high demand so I'll look at doing this. do you have any specific requirements or operations which you'd like to do on a created lobby please?

qWici commented 8 months ago

@itsjfx I'm currently developing a small application, and here is a list of my requirements. It would be great if you could cover them:

  1. Creating a lobby with a specific name, password, server, and mode.
  2. Starting a match in this lobby.
  3. Retrieving game result information (players, heroes, etc.).