This application is created in python and simulates how to redirect players to servers in an efficient way, without differences between servers.
- 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)
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.