Skip to content

Dante-star is a labyrinth's generator and solver project made at Epitech technology in C.

Notifications You must be signed in to change notification settings

YlanGarnier/Dante-star

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dante-star

Dante-star is a labyrinth's generator and solver project made at Epitech technology in C.

Getting Started

Quickstart

To build Dante-Star

make (re)

Usage

Generator

With dante-star you can choose the size of the labyrinth and if it is perfect or imperfect.

Perfect:

  • There is one and only one exit way to get out of the labyrinth.
  • Every road are accesible.

Imperfect:

  • There can be more than one exit way to get out.
  • There can be road that you cannot access to.
# To generate a perfect labyrinth
./generator/generator 50 50 perfect

# To generate a impefect labyrinth
./generator/generator 50 50

Solver

You can generate labyrinths and solve them.

Once the labyrinth is solved, it will be display with 'o' to represent the right exit way.

./solver/solver labyrinth.txt

Our Team ❤️

Developers


[Ylan Garnier]

[Yorennz Zelina]

Socials Networks

About

Dante-star is a labyrinth's generator and solver project made at Epitech technology in C.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published