Skip to content

Snapshot 2

hungle546 edited this page Mar 20, 2022 · 5 revisions

Dates Covered: 28 Feb 2022 - 20 Mar 2022

Completed Activities

  • Created Gantt Chart

image Excel Spreadsheet File download: AutoPath Gantt Chart.xlsx

  • Web Application

    • Added walls in the 2D Grid
    • Enabled pathfinding visualization for Dijkstra algorithm
    • Created the code implementation for random maze generation
  • VR Application

    • Created A* and Dijkstra Algorithm script for testing in 2D Grid
    • Added a Main Menu to start the Application

Activities behind schedule

  • Web Application Follow Up

    • Everything is up to date
  • VR Application Follow Up

    • Code and Display Random Maze Generation is in progress

Tasks to be completed for next snapshot

  • VR Application

    • All of the algorithms implemented in the Application
    • Random Maze Generation
    • Add nodes and walls to the maze
    • UI design of the VR Application
  • Web Application

    • Add ability for the user to dynamically add and remove nodes
    • UI design of the web application
    • AWS deployment

Challenges and Concerns

  • Web Application Follow Up

    • Integrating React with login/registration page
    • Deploying website to AWS
    • Making the grid expandable
    • Saving user mazes in JSON format
  • VR Application Follow Up

    • Doing the UI of the VR Application
    • Adding the nodes in the mazes
    • generating a random maze every time.
    • Create point to point animation that doesn't run through the walls