Skip to content

Implement Save/Load State Module #11

Description

@Mkalbani

Description

Build a persistence module that saves and restores full game state to disk.

Acceptance Criteria

  • A persistence module exists under src/persistence/mod.rs
  • Game state serializes to JSON via serde
  • Save writes to a configurable file path
  • Load deserializes and validates state before returning
  • Unit tests cover save, load, corrupted file, and missing file scenarios

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

GrantFox OSSIssue tracked in GrantFox OSSMaybe RewardedIssue may be eligible for a GrantFox rewardThird CampaignCampaign: Third Campaign

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions