Skip to content

BytefishMedium/MazeGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visualization Solution for Maze Problem

Hi guys.

The maze problem is a classic algorithm problem in computer science. But it is somewhat complicated, and difficult to understand.

In order to help everyone better understand the relevant algorithms, I did this visualization project.

This project includes the following content:

TECHNOLOGY:

  • JavaScript
  • HTML Canvas
  • Deep first search algorithm and breadth first search algorithm

Project Structure

If you intend to read this project, you can read it in this order:

  • ./maze_files

    In this folder, I have provided some basic maze files to do subsequent materials.

  • ./render

    Rendering some maze using Canvas.

  • ./solution

    Maze solve and visualization

  • ./generator

    Generate maze and visualization

  • ./game

    Finally, I add some small features and turn it into a small game.

Tutorial

If you want to read a detailed tutorial, you can go to my Medium page:

Algorithm Visualization: Maze Generation and Solution

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published