Skip to content

This application is created in python and simulates how to redirect players to servers in an efficient way, without differences between servers.

License

Notifications You must be signed in to change notification settings

AlexandruR17/n_players_on_x_servers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

[Simulation] n players on x servers

This application is created in python and simulates how to redirect players to servers in an efficient way, without differences between servers.

Technical details

  • Number of players: 10(#1)
  • Number of servers: 3
  • Number of slots per server: 32
  • Every player has a name, IP and ping
  • Every server has a hostname, a number of connected players, and a ping
  • Functions related to connecting players: connect(OK), kick(random), timeout(random)

Test #1 (10 players)

image

Test #2 (50 players)

image

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

This application is created in python and simulates how to redirect players to servers in an efficient way, without differences between servers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages