Auto generated maze resubmit
Write a short description about your art piece, such as what your artwork represents and your experience drawing it!
Next, make sure you go through each item in the following checklist. Delete this line after!
- [x] I have read the steps to getting a blot
- [x] I have read all the submission requirements and follow them
- [x] I am submitting art that...
- [x] is algorithmically generated (will meaningfully change each time the program is run)
- [x] is your own work that is not copied from somewhere else
- [x] is drawable through the editor(does not use outside tools)
- [x] doesn't call
Math.random()(See the documentation on randomness) - [x] is drawable on Blot itself (doesn't have lines overlap more than 5 times)
- [x] Doesn't overlap lines more than 5 times
- [x] Fits in the working area of 125x125mm
- [x] Doesn't rely on colour to look good
If you used based your art on something else, used a tutorial, or remixed it from something else, please link it here:
Lastly, link a picture of your art piece here:
Hi @Dongathan-Jong I made some changes, a bit more detailed now! Really looking forward to getting the blot
@Babyyoda777 is attempting to deploy a commit to the Hack Club Team on Vercel.
A member of the Team first needs to authorize it.
art/AutoGeneratedMaze-Muhammad/index.js looks like art! preview it in the editor
Hello any updates?
Hello! Sorry it's been so long. The main reviewer has been swamped lately, so I wanted to give you a few hints so you have the best chance of getting a blot. I love the idea of auto generating a maze! It would be super fun to be able to just print out unlimited auto-generated mazes using the blot :) To get a blot, you will need to make your project a bit more complex. Generally, you need to spend ~15-20 hrs on a project to get a blot. See the submission guidelines here Some ideas I had for improvements:
- I noticed that there are a bunch of little sections completely closed off from the rest of the maze. Can you make it so that all of the maze is connected?
- Can you add a start and end point so I would know how to solve the maze?
- If you want to make it even fancier, maybe you can add a way to generate mazes of different shapes, or where the maze solution makes a picture or word
I'm super excited to see where you go with this!
Hi! I believe I did spend close to that time, I'm relatively new to JavaScript so spent most of my time learning first. I don't really have much more time to spend on coding :(