RE: Pong - A JavaScript Game

You are viewing a single comment's thread from:

Pong - A JavaScript Game

in programming •  8 years ago 

Awesome, you're more fluent in JavaScript than I am, still don't know how to use Canvases yet lol, probably will learn some time. This is cool :3

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

The createCanvas function is actually part of the p5js library. The draw and setup are also from that library. I am better at javascript than I am at java, but I'm getting there.