Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maze Solver

This is an animated and interactive maze solver made with pygame.
To interact with it (adding your own walls/visited nodes/dead-end dots), left click on the nodes(white dots) to make it dead or reclick (left click) on it to make it available (alive again).
Use the UP button to activate the algorithm when you have filled in your dead-ends.

It had 3 algorithms that it can use:

  • BFS
  • DFS
  • Dijkstra's algorithm

Here is an imagery example of a BFS:

img image

Copyright (c) 2024 Sam

Licensed under the MIT License. See LICENSE file in the project root for full license information.

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages