Skip to content

AvAl4nch/maze-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

maze-generator

Untitled design

An ascii maze generator written in GO and Python

i used this project to learn GO and compear its speed to Python

the python implementation is not good and can be made way better with OOP


GO

To run the go file you can: Download and run the .exe file directly:

main.exe <maze_size>

compile the source code yourself

  • install Golang
  • go build main.go grid_functions.go structures.go
    

Python

To run the Python file

python generate.py

to-do-list

  • fix the Python implementation
  • add the ability to choose size in pythom

i have a solver script written in python dm me if you want it

About

an ascii maze generator written in GO and Python

Topics

Resources

Stars

Watchers

Forks