Pong tutorial for xcode
Does anyone know a good pong tutorial for mac in xcode?? In Open GL would be ideal
I'd start with this:
http://blog.onesadcookie.com/2007/12/xco...orial.html
If you find your C++ / C skills aren't enough try this:
http://www.cplusplus.com/doc/tutorial/
Then you need to look into GLUT events. If you prefer, you can use SFML:
http://www.sfml-dev.org
Or SDL.
The actual game is trivial to implement, and if you get stuck you can use the thousands of other Pong language tutorials to help you.
Good luck!
mikey
http://blog.onesadcookie.com/2007/12/xco...orial.html
If you find your C++ / C skills aren't enough try this:
http://www.cplusplus.com/doc/tutorial/
Then you need to look into GLUT events. If you prefer, you can use SFML:
http://www.sfml-dev.org
Or SDL.
The actual game is trivial to implement, and if you get stuck you can use the thousands of other Pong language tutorials to help you.
Good luck!
mikey
~ Bring a Pen ~
This reminds me that I have been meaning to post the source code for the classic paddle game for a while.
I just put it up on my site:
http://www.johncmurphy.com/code.html
Hope it helps.
I just put it up on my site:
http://www.johncmurphy.com/code.html
Hope it helps.

