Sean-Nishi / M1Wengine

A action-adventure game developed with Python 3.11.1 and pygame. Complete missions before timer expires.
3 stars 0 forks source link

Implement save+load game state or level #328

Open Sean-Nishi opened 10 months ago

Sean-Nishi commented 10 months ago

Write and read to json file for game/level.

Snishi: in favor of save which levels we completed, not saving state in mid-level. When restarting game or quit+restart, will have to start last played level from beginning. No mid-game progress is saved.

Components: Way to save/load level.

Buttons require info about the save state that makes it unique from other saved states. For user readability.

Load/Save button class required. Add Save button to HUD