I second coothead's MDN recommendation. They have a tutorial section too.
Announcement
Collapse
No announcement yet.
User Profile
Collapse
-
Oh and could you do something about the illegible split pea soup green? I mean I can (and am) overriding it with stylus, but most users don't know enough CSS to do that on their own. Don't tell large swaths of users to go **** themselves over something as simple as bad colour contrasts.
...Last edited by deathshadow; Jan 14, 2023, 08:56 PM.
Leave a comment:
-
First up I did find the "ad-block" warning showing up even with adblock disabled WAS my ISP's DNS blocking certain things as untrustworthy. Turns out it was also responsible for 250ms+ of "blocking time" on cache empty first-loads in both Vivaldi and Firefox ... I just recently upgraded...Last edited by deathshadow; Jan 14, 2023, 08:51 PM.
Leave a comment:
-
Look at where they are both used:
snakeArr[0].x = snakeArr[0].x + inputDir.x;
snakeArr[0].y = snakeArr[0].y + inputDir.y;
you can start to see it. Though that's badly written. Should be:
snakeArr[0].x += inputDir.x;
snakeArr[0].y += inputDir.y;...
Leave a comment:
No activity results to display
Show More
Leave a comment: