Open Issues Need Help
View All on GitHubAI Summary: Fix save/load instability in the game. The goal is to ensure loaded games behave identically to newly created games at the same point, eliminating any discrepancies introduced by the loading process. This likely involves carefully reviewing and adjusting the order of operations in the loading and initialization code.
AI Summary: Debug and fix a compatibility issue between two branches that prevents buttons from appearing when text input fields are empty. The issue is moderately high priority and requires investigation into the recent fixes applied to the branches.
AI Summary: Fix a UI issue where buttons extend beyond the scrollable area, preventing a scrollbar from appearing. The solution likely involves adjusting the height or positioning of the element containing the buttons to fit within the scrollable region.