Skip to content

phillbarber/kotlin-maze-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kotlin-maze-demo

A (just for fun) project that solves a maze problem with ASCII art maze inputs and ASCII art solutions. For example...

Input

####################
#                  #
#    S             #
#                  #
#                  #
#                  #
#                  #
#                  #
#                  #
#                  #
#                  #
#    F             #
#                  #
#                  #
#                  #
#                  #
#                  #
#                  #
#                  #
#                  #
#                  #
#                  #
#                  #
#                  #
####################

Solution

####################
#                  #
#    S             #
#    .             #
#    .             #
#    .             #
#    .             #
#    .             #
#    .             #
#    .             #
#    .             #
#    F             #
#                  #
#                  #
#                  #
#                  #
#                  #
#                  #
#                  #
#                  #
#                  #
#                  #
#                  #
#                  #
####################

To build the project and run all tests:

./gradlew clean build

For more info, see my blog post here:

Releases

No releases published

Packages

No packages published

Languages