Commit graph

5 commits

Author SHA1 Message Date
2c76beb733
checkpoint: add ability to regenerate the maze
Some checks failed
test / test (pull_request) Failing after 1m0s
2024-02-18 05:48:07 +00:00
8b55d28060
set combobox values to keys from dictionary 2024-02-18 02:57:32 +00:00
9bb23b6c6d
checkpoint: Graphics now draws paths
Move the path drawing functionality to the Graphics class. The Cell
class no longer needs to reference an instance of the Graphics class.
2024-02-18 02:21:09 +00:00
429990d12e
checkpoint: trying to move all drawing functions to Graphics 2024-02-17 21:25:03 +00:00
4c7e50ec39
checkpoint: Add side panel
Add a side panel to allow users to interact with the app.
The generate button now generates the maze.
2024-02-17 20:06:09 +00:00