https://github.com/rynanda/maze-generator-and-solver
Creating an automatic maze generator and solver in Java through Agile development methodologies.
https://github.com/rynanda/maze-generator-and-solver
agile java javadoc
Last synced: about 1 month ago
JSON representation
Creating an automatic maze generator and solver in Java through Agile development methodologies.
- Host: GitHub
- URL: https://github.com/rynanda/maze-generator-and-solver
- Owner: rynanda
- Created: 2023-09-13T08:55:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-13T09:06:05.000Z (over 1 year ago)
- Last Synced: 2023-09-13T17:34:39.799Z (over 1 year ago)
- Topics: agile, java, javadoc
- Language: HTML
- Homepage:
- Size: 10.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Maze Generator and Solver
Gathering requirements from project description and user stories, producing a detailed design documentation of the system to meet these requirements using JavaDoc, and implementing this system using Java, including GUI forms, exception-handling, basic database management, prototyping, and more. User stories were assigned priorities using the MoSCoW method as well as story points. Release and delivery plans were created to follow Agile methodologies. UML class diagrams are included to represent the classes constructed, their methods, and relationships between other classes in the project.