-
Notifications
You must be signed in to change notification settings - Fork 321
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
Change tile width dynamically to allow longer strings #54
Comments
I think this is a small bug and should be a quick fix if we work towards it! |
As spotted, the game's UI is too binded with the game's logic. Currently working to separate the two. |
Although the UI and logic are locked together, we can reference the |
Not really a priority, but this is going to happen as number grows beyond 8192 😢, since current implementation uses
std::setw(4)
when prining each tile.The text was updated successfully, but these errors were encountered: