Open Issues Need Help
View All on GitHubAI Summary: Revise the country name input validation in the 'countryzinho.com' game to allow for variations in Portuguese spellings. This involves updating the game's logic to accept multiple valid spellings for each country, addressing inconsistencies like accepting both 'suíça' and 'suica' while rejecting 'suiça'.
AI Summary: Fix a bug in the country naming game where correctly guessed countries, when re-entered, display in English instead of the selected game language. This requires modifying the game's logic to handle duplicate country entries and ensure consistent language display.
AI Summary: Implement a setting to disable map movement when selecting a country in the 'countryzinho.com' game, respecting user preferences indicated by the `prefers-reduced-motion` media query. This involves detecting the media query, using the result to set a default, and potentially adding a setting in a future 'Settings' section.