kiigame / kiigame/adventure_engine
Save and restore game state
- Dominant language
- JavaScript
- Stars
- 1
- Forks
- 6
- Avg merge
- 2m
- Merged PRs (30d)
- 4
Description
It would be nice if the game state was saveable and loadable. For actual game saves, but also for placing i.e. restore points before possible game over situations. Also for restarting the game after completion.
Requires #169
Consider implementing as interaction commands: save_game, restore_game.
Probably need to maintain a list of saved game states (with an id) in memory.
Contributor guide
No contributing guide indexed for this repository
Research direction
Review the requirements in this issue and resolve the dependency on #169 first. Define how save_game and restore_game commands identify and restore in-memory game states, including restart after completion and restore points before game over. Done means the game can save, list or identify, and restore states for these use cases.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- game-dev
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100