Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: No Limit for Hosted Snailrace Breaks UI #32

Open
lcox74 opened this issue Apr 27, 2024 · 0 comments
Open

Bug: No Limit for Hosted Snailrace Breaks UI #32

lcox74 opened this issue Apr 27, 2024 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@lcox74
Copy link
Contributor

lcox74 commented Apr 27, 2024

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.

@lcox74 lcox74 added bug Something isn't working good first issue Good for newcomers labels Apr 27, 2024
@lcox74 lcox74 added this to the Return of The Snail v0.3.0 milestone Apr 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant