Skip to content

87: bug 01 refactor to match design documents - #88

Merged
semere-meb merged 3 commits into
mainfrom
87-bug-01-refactor-to-match-design-documents
Aug 21, 2026
Merged

87: bug 01 refactor to match design documents#88
semere-meb merged 3 commits into
mainfrom
87-bug-01-refactor-to-match-design-documents

Conversation

@semere-meb

Copy link
Copy Markdown
Member

Summary

Refactors classes to match design documents.

Fixes #87

Changes

  • Change Parser -> ConfigLoader
  • Parser.get_config() -> ConfigLoader.load()
  • Adapter -> MazeAdapter
  • Updated test cases to reflect these changes
  • new Maze class to represent the visual maze

Testing

  • make lint passes locally
  • make test passes locally (check N/A below if no tests exist yet for this area)
  • Manually tested the behavior described above
  • N/A — no automated tests apply to this change yet

Checklist

  • PR title follows <TICKET-ID>: short description
  • Linked to the correct issue (Fixes #... above)
  • No unrelated changes bundled into this diff
  • Updated docs/design/ if this changes config shape, architecture, or a game-design decision
  • Updated README if this changes user-facing behavior (config keys, controls, etc.)

@semere-meb
semere-meb requested a review from rustyzzz August 21, 2026 13:51
@semere-meb semere-meb self-assigned this Aug 21, 2026
@semere-meb semere-meb linked an issue Aug 21, 2026 that may be closed by this pull request
@semere-meb
semere-meb merged commit f089fde into main Aug 21, 2026
2 checks passed
@semere-meb
semere-meb deleted the 87-bug-01-refactor-to-match-design-documents branch August 21, 2026 16:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

BUG-01: Refactor to match design documents

1 participant