Skip to content

21: maze displayed from adapter - #89

Merged
semere-meb merged 1 commit into
mainfrom
21-eng-02-render-maze-from-adapter
Aug 25, 2026
Merged

21: maze displayed from adapter#89
semere-meb merged 1 commit into
mainfrom
21-eng-02-render-maze-from-adapter

Conversation

@semere-meb

Copy link
Copy Markdown
Member

Summary

Renders the maze generated from Adapter.

Fixes #21

Changes

  • New MazeView class to render the maze
  • New Settings class to hold tunable design choices
  • Replace arcade with mlx to display the graphics (conforming to the subject)
  • flake.nix updated to pass through necessary libraries for mlx

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 linked an issue Aug 24, 2026 that may be closed by this pull request
@semere-meb
semere-meb requested a review from rustyzzz August 24, 2026 20:15
@semere-meb semere-meb self-assigned this Aug 24, 2026
@semere-meb
semere-meb merged commit 66da513 into main Aug 25, 2026
2 checks passed
@semere-meb
semere-meb deleted the 21-eng-02-render-maze-from-adapter branch August 25, 2026 10:43
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.

ENG-02: Render maze from adapter

1 participant