Skip to content

Design Puzzle Loader Module (Level Configuration) #6

Description

@Mkalbani

Description

Build a loader module responsible for reading puzzle definitions from config files or embedded data.

Acceptance Criteria

  • A loader module exists under src/loader/mod.rs
  • Puzzles can be loaded from a JSON or TOML file
  • Invalid or malformed puzzle files return descriptive errors
  • Loaded puzzles are validated before being passed to the engine
  • Unit tests cover valid load, invalid format, and missing file scenarios

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions