mroobit / untitled-sidescroller

2D Platformer written in Go with Ebitengine
https://shannondybvig.com/projects/untitled-sidescroller/
MIT License
1 stars 0 forks source link

FEATURE: Saving & Loading game data #7

Closed mroobit closed 1 year ago

mroobit commented 1 year ago

Tasks

mroobit commented 1 year ago

Data that will need to be saved/loaded:

A simple-ish way to handle this might be to store full (world and level) Character and Game struct data? (and necessarily View for Character structs).

mroobit commented 1 year ago

Added 2023 March 3 (relevant commit)