Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Primitive save and load feature #55

Merged
merged 2 commits into from
May 27, 2022
Merged

Primitive save and load feature #55

merged 2 commits into from
May 27, 2022

Conversation

milkyroute
Copy link
Member

Without any dialog, pressing Save on the game menu will save the game in a json file. The data saved contains the player’s team, name and position, as well as the positions and other functional data of every event in the current map. In the future, it might be useful to also save the events in adjacent maps. This pull request closes #40.

@milkyroute milkyroute added feature New feature to add code Related to the code itself labels May 27, 2022
@milkyroute milkyroute self-assigned this May 27, 2022
@milkyroute milkyroute merged commit 7985f45 into master May 27, 2022
@milkyroute milkyroute deleted the 40-add-saveload branch May 27, 2022 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code Related to the code itself feature New feature to add
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Save/Load
1 participant