Skip to content

YohanDecamps/Dante

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dante

Epitech first year project.

alt text

Description

Resembling the Inferno of Dante Alighieri, this project is a maze solver. It uses the Breadth First Search algorithm to find the shortest path from the start to the end of the maze.

It is also a maze generator.

Usage

you will need to compile the project first. You can do so by running the following command:

make

Then you can run the program with the following commands:

./generator/generator x y [perfect] > maze.txt
./solver/solver maze.txt

About

Maze solving and generation algorithms in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published