Skip to content

๐ŸŽฏ Create a creation & resolution maze algorithm

Notifications You must be signed in to change notification settings

anthonyhuhuee/dante

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

2 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Dante

Epitech group (duo) project to do a maze generator & solver. I did the generator, my mate the solver.

Authors

Screenshots

On the screen it is a 15 x 15 map, generated & solved. You can try it with bigger maps.

App Screenshot App Screenshot

๐Ÿ›  Skills

C - Algorithm

Lessons Learned

How to check valgrind (memory leak), and how to optimise my algorithm.

Run Locally

Clone the project

  git clone git@github.com:anthonyardhuin/dante.git

Go to the project directory

  cd dante

Compile the project

  make

Start the algorithm

  ./generator/generator "SIZE" "SIZE"
  or
  ./solver/solver "FILE_TO_SOLVER"

How to use generator map in solver ?

  ./generator/generator "SIZE" "SIZE" > "NAME_OF_FILE"
  or
  ./solver/solver "NAME_OF_FILE"

FAQ

What is the goal ?

Create a simple thing, which is a maze, and optimise the program to do it quickly. (15 x 15 is not the same time spent as a 500 x 500).

What is each character ?

'X' is a Wall '*' is an Empty place 'o' is the best way to the end

๐Ÿš€ About Me

๐Ÿ’ฌ Beginner so be kind and give tips

๐Ÿง  Currently learning C, Node.js, Docker, MySQL

๐Ÿ”— Links

linkedin

About

๐ŸŽฏ Create a creation & resolution maze algorithm

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published