Browse Source

Update README

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

+ 2 - 1
README.md

@@ -127,10 +127,11 @@ POST /game/{ID}/guesses/{round}
 ### Planned Game Modes
 
 - 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
 
+- 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
 - Override google controls in streetview, make custom divs
 - Timestamps/hashes in info responses so checks can be faster