MisterCodo / slime

Puzzle game using Godot
0 stars 0 forks source link

Implement save and load game #12

Closed MisterCodo closed 2 years ago

MisterCodo commented 2 years ago
MisterCodo commented 2 years ago

https://docs.godotengine.org/en/stable/tutorials/io/saving_games.html

MisterCodo commented 2 years ago

Start by saving to a json file, there's not much data to save so space is not really an issue. Furthermore, json format will be easier to debug.

MisterCodo commented 2 years ago

Ui looks really bad, but plumbing is mostly there and functioning. Some code refactoring / cleaning, better error handling, etc. would be nice, but will be on hold for now to focus on actual game content.