Browse Source

Fiddling with readme notes

Kirk Trombley 4 years ago
parent
commit
87aa9eaa05
1 changed files with 13 additions and 4 deletions
  1. 13 4
      README.md

+ 13 - 4
README.md

@@ -139,17 +139,26 @@ POST /game/{game_id}/round/{round}/timeout/{player_id}
 
 ### Planned Game Modes
 
-None currently! Submit ideas!
+- 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!~~
 
 ### Code/Design Improvements
 
+#### UI/UX
+
+- Clean up rankings screen
 - Rotation in Frozen mode
 - Improved alert of cut off in Race mode
-- Convert back-end to use a real db (persistence between deployments not necessary for now)
-- Use alembic to manage db migrations in real persistent db
 - Improve error handling in UI
-- Improve back-end logging
 - Override google controls in streetview, make custom divs
+
+#### Server
+- Convert back-end to use a real db (persistence between deployments not necessary for now)
+- Use alembic to manage db migrations in real persistent db
 - Timestamps/hashes in info responses so checks can be faster
 - Convert to a socket-based api, to allow timing to be server-side