codi-hacks / space-race

Love2D-based Spaceship Racing Game
Other
3 stars 0 forks source link

Save service repaired #47

Closed SuperShadowPlay closed 2 years ago

SuperShadowPlay commented 2 years ago

Features:

The saving is very basic, but we honestly don't need to save anything super complex. If someone would like to develop a more robust saving service later that's fine, but this at least gets us off the ground.

Saving now utilizes a serialization library and can now store tables. This should prove useful once we start saving map times.

Partially addresses #39 and #20

Closes #22