You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when hosting a snail race, there is no limit on the number of snails that can participate. This lack of limitation leads to UI issues, particularly in rendering the track, as accommodating more snails requires a different layout. Initially, the track was designed to handle a maximum of 10 snails indexed from 0 to 9.
Desired Solution
Implement a method to dynamically render the track layout based on the number of entrants. Additionally, consider raising the maximum limit to accommodate users who may enter multiple snails simultaneously.
The text was updated successfully, but these errors were encountered:
Currently, when hosting a snail race, there is no limit on the number of snails that can participate. This lack of limitation leads to UI issues, particularly in rendering the track, as accommodating more snails requires a different layout. Initially, the track was designed to handle a maximum of 10 snails indexed from 0 to 9.
Desired Solution
Implement a method to dynamically render the track layout based on the number of entrants. Additionally, consider raising the maximum limit to accommodate users who may enter multiple snails simultaneously.
The text was updated successfully, but these errors were encountered: