toddmedema / electrify

Take Charge of the Power Market
http://electrifygame.com
MIT License
6 stars 2 forks source link

Save/load games #109

Open toddmedema opened 2 months ago

toddmedema commented 2 months ago
  1. Utilize random seed https://github.com/toddmedema/electrify/issues/78
  2. Store game state to (local storage? firebase?), and re-load to exact same state
  3. v2: Import/export JSON blob of game state so you can share saves
  4. v3: Store and view replay: Initial random seed + list of decisions made + current state (and then replay you just re-watch the player actions at their realtime)