Skip to content

Mmontsheng/Maze-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

A maze generator based on Randomized depth-first search inspired by The coding Train

Hacking

Editing

Uhm, your idea might freak out because of lombok, please do yourself a favour by adding it to your IDE.

  • Ensure you have java 11 installed.
  • You can do by using your favourite cmd tool, run java -version java version

Build

This is a mvn project, so a mvn clean package should do.

Runing

  • cd into target
  • Run java -jar MazeGenerator-jar-with-dependencies.jar
  • Ew, long jar file name 💩
  • Running instance

TODO

  • Build a jar
  • Dockerize
  • Already have a docker file, just having problems rendering the GUI of the maze

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published