latitudegames / AIDungeon

Infinite adventures await!
http://www.aidungeon.io/
MIT License
3.18k stars 555 forks source link

Fix loading saved games from the title splash. #232

Closed KevinMoonglow closed 4 years ago

KevinMoonglow commented 4 years ago

Saved games weren't loading from the title splash. This updates the code used by the splash to match up with the load method used by the load command.

๐ŸŽ‰ Issues resolved:

๐Ÿงช How to Test

  1. Load a saved game from the title, before starting a new game.
  2. Game should load properly if it was saved to ./saved_stories/, where previously loading from the title would only find them in . (the current directory).
ben-bay commented 4 years ago

Thanks!!!