3 Open Issues Need Help Last updated: Jul 23, 2025

Open Issues Need Help

View All on GitHub
Game Development Geography/World Map Games

AI 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'.

Complexity: 3/5
enhancement good first issue

World map game [experimental]

Vue
Game Development Geography/World Map Games

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.

Complexity: 3/5
good first issue

World map game [experimental]

Vue
Game Development Geography/World Map Games

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.

Complexity: 3/5
good first issue

World map game [experimental]

Vue