pong stuff

i've google around for a site that has step to step tutorials on how to program the game pong but i havn't found anything that used VS 2010 and that is easy to understand they all just throw code at me and expect me to understand all there variables names with little to no commenting just wondering if any one knew a site where i could find some good guides on programing a game of pong and other simple games =D
http://aaroncox.net/tutorials/arcade/PaddleBattle.html

If you use SDL, this will work for you. This tutorial is setup for VS and Windows running SDL. If you're working with DirectX, you'll need to adapt what they are programming to something you've written to replace it.

Pong really shouldn't be that hard. It's three sprites, basic ballistics and collision detection.
Last edited on
closed account (zwA4jE8b)
i wonder what the shortest code length for pong is. If using a media library I could easily see doing it in 100(ish) lines or less.
Topic archived. No new replies allowed.