Skip to content
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

Mazes Module Missing #11

Open
RicePerson opened this issue Jul 14, 2021 · 2 comments
Open

Mazes Module Missing #11

RicePerson opened this issue Jul 14, 2021 · 2 comments
Labels
help wanted Extra attention is needed wontfix This will not be worked on

Comments

@RicePerson
Copy link
Owner

The Mazes Module does not exist yet.

@RicePerson
Copy link
Owner Author

Because Arrays are not supported in Python, it will probably just show the maze as a "picture"

@RicePerson
Copy link
Owner Author

RicePerson commented Oct 15, 2022

Supposedly, you can use arrays. But I doubt that

EDIT: Arrays are set up like this:
array=[[1,2,3] , [1,2,3] , [1,2,3]]
print(array[1][1])
2

RicePerson pushed a commit that referenced this issue Oct 16, 2022
@RicePerson RicePerson added help wanted Extra attention is needed wontfix This will not be worked on labels Oct 16, 2022
@RicePerson RicePerson unpinned this issue Oct 16, 2022
@RicePerson RicePerson pinned this issue Oct 16, 2022
@RicePerson RicePerson unpinned this issue Oct 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants