A (just for fun) project that solves a maze problem with ASCII art maze inputs and ASCII art solutions. For example...
####################
# #
# S #
# #
# #
# #
# #
# #
# #
# #
# #
# F #
# #
# #
# #
# #
# #
# #
# #
# #
# #
# #
# #
# #
####################
####################
# #
# S #
# . #
# . #
# . #
# . #
# . #
# . #
# . #
# . #
# F #
# #
# #
# #
# #
# #
# #
# #
# #
# #
# #
# #
# #
####################
To build the project and run all tests:
./gradlew clean build
For more info, see my blog post here: