|
@@ -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
|