-
Notifications
You must be signed in to change notification settings - Fork 522
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
PenguinsOnIce-saumil #697
PenguinsOnIce-saumil #697
Conversation
yay |
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 is looking awesome! A couple things to fix though:
- currently it's drawing off the page– the machine can't do that!
- the penguins are drawn in white, but the machine can't draw in white! you should probably leave that unshadded
- There are some strange lines going up from the bottom of the page to the penguins. can you fix that?
- the snapshot file names shouldn't have capitals or spaces!
Hello! @maxwofford could you take a look now? |
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.
Hello! @maxwofford |
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.
hello! @maxwofford I changed it so smaller penguins don't have that issue anymore. So I left the trailing lines to remain still since it looks nice for some pieces! |
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.
I still think it would be nice to remove those lines(completely up to you though)
I found the cause of the line was that sometimes y2 would be NaN, so a quick patch fix would be to add someething like this around line 72:
let [x2, y2] = intersections[k + 1];
if(isNaN(y2)){
y2 = y1
}
Hi! @BrightTheBackpack I finally figured out how to remove the lines thanks to your help! would this be enough to get a blot? thanks for your time! |
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.
I think this gtg! Max will be around in about a week to do a final review
yay okie! |
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 still isn't quite at the level you need to get to for a blot. Keep working on it and plz tag me once you're sure you've done something that'd hit the quality of the gallery
Hello! @maxwofford I made large changes to how they look now! I gave them eyes and larger flippers (hahahhaha flipper zero reference) also, it is intended to not fill in the area since it would use up a (b)lot of link hope this hits the bar! |
Hello! @maxwofford pinging again since a week has passed (I understand yall are really really busy) but could yall squeeze a look at my art in (I've been working on this on and off for nearly 2 months now (not counting the 2 other PR's which got closed for not meeting the criteria) Thanks! :D |
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! Sorry reviewing took so long. Can you add a variable at the top that disables all colour/varying thickness lines? That would indicate what it looks like when it's actually drawn on Blot!
ok! changing now! |
@saumilthecode is attempting to deploy a commit to the Hack Club Team on Vercel. A member of the Team first needs to authorize it. |
heyo @qcoral made the changes !1 |
I think this is there |
heartbreaking that its been 9 weeks now with nothing in the last 3 😔 |
Also I totally see where you are from but do remember tha all of us are in highschool/just left |
hullo! |
Signed-off-by: potato dog man <[email protected]>
this should be it all now! |
added iceburgs + scarfs + made em rotate + made em more "penguin-like"!!!11 |
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 job on this! I think it could still use more polish though. Beyond that - your program filename needs to be index.js. Could you change that?
Closing this for now - make a new PR with your changes! |
So this is my third attempt at attaining a blot :D
so in this attempt I expounded on the last attempt by making the penguin draw abit more thicker so it looks more like a penguin. Other then that I also made the "cracks" in the background look more like cracks so its more like real penguins on ice :)
thanks for your time!