Browse Source

README update

Kirk Trombley 4 years ago
parent
commit
0642086fc7
1 changed files with 3 additions and 6 deletions
  1. 3 6
      README.md

+ 3 - 6
README.md

@@ -143,18 +143,15 @@ POST /game/{game_id}/round/{round}/timeout/{player_id}
 
 ### Planned Game Modes
 
-- Country race (score is based on time to guess the correct country, 0 if wrong)
-    - Needs redesign of how server handles API key + new API key with reverse geocoding access
-    - May also need some changes in the db to actually track the country of each point
-    - May also also need some changes in UI to have a better post round screen
-
-~~None currently! Submit ideas!~~
+None currently! Submit ideas!
 
 ### Code/Design Improvements
 
 #### UI/UX
 
 - Clean up rankings screen
+    - Show countries of guesses/results (maybe with flags)
+- Auto-zoom guess map to country in a country-specific game
 - Rotation in Frozen mode
 - Improved alert of cut off in Race mode
 - Improve error handling in UI