Skip to content

Add Maze Module #391

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

merlinlikethewizard
Copy link

Short description of what this resolves:

A new maze module, maze.py!

Changes proposed in this pull request:

Allows user to ask for a maze of a certain size, and responds with a randomly generated maze of the requested size, with only one solution. The returned maze contains unicode lines, corners, etc., as well as new line characters.

process() is set up to take the maze size from entities['size'][0]['value'], but that can change.

@swapagarwal
Copy link
Owner

Thank you for taking the time to contribute! This is sincerely appreciated. 😇

(Powered by GitMate.io)

@swapagarwal
Copy link
Owner

I don't see any maze.py file here.
By the way, what's the intended use-case of this module?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants