Skip to content

Maze Runner game developed on the idea of Depth First Search(one of the graph traversal algorithm)

Notifications You must be signed in to change notification settings

saleem8054/The-Maze-Runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A very simple project based on DFS(Depth First Search).

In order to understand the program nicely,I want you to have a look at map.txt

In a maxtrix of numbers, 2 is the starting point,1 is the blocking number and 3 is the destination.

This program will try all four directions until it finds 0 to move forward or 3 to reach the destination. It works like backtracking.

About

Maze Runner game developed on the idea of Depth First Search(one of the graph traversal algorithm)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages