feat: add a side panel for user interaction #1

Closed
dananglin wants to merge 0 commits from user-interface into main
Owner

Add a simple side panel for users to interact with the application. Users will be able to:

  • Generate the maze from the click of a button.
  • Select which searching algorithm they want the solver to use.
  • Click the button that makes the solver solve the generated maze.
Add a simple side panel for users to interact with the application. Users will be able to: - Generate the maze from the click of a button. - Select which searching algorithm they want the solver to use. - Click the button that makes the solver solve the generated maze.
dananglin added 3 commits 2024-02-18 03:14:13 +00:00
Add a side panel to allow users to interact with the app.
The generate button now generates the maze.
Move the path drawing functionality to the Graphics class. The Cell
class no longer needs to reference an instance of the Graphics class.
dananglin added 2 commits 2024-02-18 06:49:46 +00:00
dananglin added 1 commit 2024-02-18 07:32:20 +00:00
add ability to re-run the simulation
Some checks failed
test / test (pull_request) Failing after 5s
518f968088
dananglin force-pushed user-interface from 518f968088 to 1b0f044834 2024-02-18 08:57:03 +00:00 Compare
dananglin closed this pull request 2024-02-18 09:02:19 +00:00
Author
Owner

Closing as branch was merged manually.

Closing as branch was merged manually.
Some checks failed
test / test (pull_request) Failing after 6s

Pull request closed

Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: apollo/maze-solver#1
No description provided.