Skip to content

Garic152/MazeGeneration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MazeGeneration

This project implements a random maze generator and solver using a tree structure in Julia.

Usage

1. Clone the Repository

Pull the main branch to your system by using:

git clone https://github.com/Garic152/MazeGeneration.git

2. Install Julia

Make sure to install Julia. You can do this using the following command (for Arch Linux users):

sudo pacman -S julia

For other operating systems, please use the respective installation command.

3. Launch the MazeProgram

Simply launch the MazeProgram by using:

julia src/MazeGeneration.jl

Note

To test the code:

  1. Open Julia by typing julia in your terminal.
  2. Enter the package manager by pressing ].
  3. Activate the project environment by typing activate ..
  4. Run the tests by typing test.

About

Uni project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages