Written by Geoffrey Challen for CS 125@Illinois. Based on published maze generation algorithms and a parallel JavaScript implementation. (Which is much cleaner because it's JavaScript.)
This package is available on jitpack.io
. Add the
following to your build.gradle
file to add it to your project:
repositories {
jcenter()
maven { url "https://jitpack.io" }
}
dependencies {
compile 'com.github.cs125-illinois:mazemaker:0.3'
}