Browse Source

Update README

Kirk Trombley 5 years ago
parent
commit
d41da2c31b
1 changed files with 8 additions and 3 deletions
  1. 8 3
      README.md

+ 8 - 3
README.md

@@ -122,12 +122,17 @@ POST /game/{ID}/guesses/{round}
 
 ## Next Steps
 
+### Planned Game Modes
+
+- Time Bank - single timer across all rounds
+- Follow the Leader - when someone submits, it sets all opponent timers to 10 seconds
+- Frozen - no turning, no moving, just guess from the first screen
+
+### Code/Design Improvements
+
 - Improve error handling in UI
 - Override google controls in streetview, make custom divs
-- Modify scoring to linear interp in the middle
-- Alternative game mode: Single timer across all rounds
 - Timestamps/hashes in info responses so checks can be faster
-- Update React Transition Group after they are compatible with Strict Mode
 
 ## Attributions