Skip to content

zurazurataicho/maze_golang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

maze

This sample program create a maze using "digging" algorithm with Golang.

  • sample output
###########################################################
#     #               #     # #         #       #         #
# # # ####### ####### # ### # # ##### ### ### ### ##### # #
# # #       # #     # # #   #       #     # #   # # #   # #
### ####### # # ##### # ### ########### ### ### # # # #####
#   #   #     # #     #   #       #   # #     # #   #     #
# ### # ####### # ####### ####### # # # # ### # # ####### #
#     #   #   #           #   #   # # #   #   #   #       #
# ####### # # ############# ### ### # ##### ####### #######
#   #   #   # #   #         #   #   # #   # #     #       #
# ### # ##### # # ### # ### # ##### # # ### # # ######### #
# #   #     #   #   # #   # #       # #   # # #       #   #
# # # ##### ##### # ### # ########### # # # ##### ### # ###
# # # #   #     # #   # #     #       # # # #     #   #   #
# # ### # ##### ##### # ### # # ####### # # # ######### # #
# #   # # #   #       #   # # # #   #   # # # #       # # #
##### # # # ############# # ### # # ### # # # # ##### ### #
#     # # # #   #   #   # #   #   #   # #     # # #   #   #
# ##### # # # # # # # # # ### ####### ######### # # ### # #
#       # #   #   #   #     #                   #       # #
###########################################################

About

Create maze using digging algorithm with Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages