codi-hacks / space-race

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

Save service #41

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

SuperShadowPlay commented 2 years ago

This git history is a mess and I have no idea how it got this way. Thank the Lord for squash and merge!

jaythomas commented 2 years ago

This git history is a mess and I have no idea how it got this way. Thank the Lord for squash and merge!

git checkout master git pull git checkout save-service git merge master save-service

But yeah, it won't matter either way for the squash. That just clears up the diff confusion on GitHub's end.

SuperShadowPlay commented 2 years ago

I tried those commands and they didn't seem to work, so I just made a new branch.

47