Speed Coding (Javascript) – First time making the game Pong




I recorded the first time I tried making the game Pong.

Pong
http://adf.ly/1IsYj5

Code
http://adf.ly/1IsYnV

Original source


50 responses to “Speed Coding (Javascript) – First time making the game Pong”

  1. Hey guys, I just have one small thing to say regarding coding, So I am apart of a coding community that wants to make apps and games for android, Ios and windows, however we are in need of new dedicated and passionate people to help us out. If you are interested please contact my buddy Austin on Skype (live:brucie35), or just simply reply to this comment.

  2. I'm currently learning HTML (my first language), and i have a question about it. So the basic, <html>…</html>, will you have only one set of that basic format (and everything in-between)? Like, will you not finish that then have another <html>…</html>? Hopefully that's clear!

  3. +Caleb Dirks This is written in JavaScript using the HTML canvas element to draw on (https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API/Tutorial). To make this easier to understand, I'll use the human body as an analogy. In our case, HTML would be the skeleton. It is there, it's sturdy, but can't really move or do anything. All it gives us are the building blocks. JavaScript would be the muscles which allow the skeleton to move and shape. JavaScript makes the calculations and does the hard work so that the content can be shown in HTML.

Leave a Reply