-
Notifications
You must be signed in to change notification settings - Fork 518
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
Island-Scooterthedev #732
Island-Scooterthedev #732
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice art! Can you make sure the the houses and trees don't overlap. Also sometimes, the boat is on land.
…ses don't intersect either.
Thank you! I think I have made it so the houses and trees don't overlap, and that the boat doesn't hit the island. Let me know if this is good! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks cool @scooterthedev! Unfortunately when I run it though it always generates the same way. Could you remove/remove the bt.setRandSeed
for the PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What do you mean it always generates the same? If you change the seed, it will generate differently. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey! Just checked - it does indeed generate differently when you change the seed, nice job on that. Regardless, I think you can add a lot more detail to this piece. Keep working on it!
Hey! I am closing the PR due to inactivity! Please create a new PR once you have updated your work! |
I have read the steps to getting a blot
I am submitting art that...
Math.random()
(See the documentation on randomness)Optional, if you used a tutorial or based your art on something else, please include the link here:
Optional, if you remixed this from something else, mention it here:
Island
This is an Island that I created that has a boat, some waves, trees and houses. Everything in this is random, from the shape of the island to where the waves are, or even where the house is located. I am pretty experienced in JS, so this didn't take me that long to make (5 hours), but was definitely still a challenge and took me some time. Overall, it was super fun to make this!