Browse Source

Update README

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

+ 3 - 2
README.md

@@ -130,15 +130,16 @@ POST /game/{ID}/guesses/{round}
 
 ### Planned Game Modes
 
-- Follow the Leader - when someone submits, it sets all opponent timers to 10 seconds
+None currently! Submit ideas!
 
 ### Code/Design Improvements
 
-- Convert back-end to gevent (so websockets are easier)
 - Convert back-end to use a real db (persistence between deployments not necessary for now)
 - Improve error handling in UI
+- Improve back-end logging
 - Override google controls in streetview, make custom divs
 - Timestamps/hashes in info responses so checks can be faster
+- Convert to a socket-based api, or use a separate service, to allow timing to be server-side
 
 ## Attributions