Rock Climb Visualizer is a web application designed to help users visualize and solve pathfinding problems on a grid. Users can create a custom grid with specified rows and columns, where each cell initially holds random values. The app allows users to modify these values and toggle between before and after states of the visualization.
- Dynamic Grid: Specify the number of rows and columns to create a customizable grid for pathfinding visualization.
- Randomized Values: Each cell on the grid is initialized with random values, providing a diverse starting point for pathfinding simulations.
- Interactive Editing: Users can modify cell values to create custom scenarios and observe the impact on the pathfinding visualization.
- Toggle Visualization: The toggle button allows users to switch between the initial state and the modified state of the grid for comparison.
- HTML
- Tailwind CSS
- JavaScript
Check out the live demo here.
-
Clone the repository:
git clone https://github.com/sheikhsulaiman/RockClimbVisualizer.git