Advertisement

Pong source code

Started by March 31, 2002 12:52 PM
10 comments, last by dampe64 22 years, 8 months ago
does anyone have source code for a REGULAR pong clone. Thanks
http://www.gamedev.net/community/gds/projects/default.asp?projectID=109

Ballistic Programs
Advertisement
thanks man
Where can we find the code?
Try looking in the install directory
Joseph FernaldSoftware EngineerRed Storm Entertainment.------------------------The opinions expressed are that of the person postingand not that of Red Storm Entertainment.
That''s a "will do". I''m at school right now so I can''t try that out. But I will when I''m home.
Advertisement
try this if you like, it''s in C using OpenGL & GLUT

http://www.geocities.com/bpj1138/pong.zip

you''ll need these headers if you wanna compile it under mingw gcc..

http://www.geocities.com/bpj1138/directx6_1-cyg.tar.gz
--bart
Naw, not OpenGL. I still can''t find the source code.
Download GDIPong. Open the zip file. Run the setup.exe . Install it into C:\GDIPong . The source code will be in c:\GDIPong\code . In that directory you will find the visual C++ workspace, the C++ Code, and a few resources needed to build the pong game.
Joseph FernaldSoftware EngineerRed Storm Entertainment.------------------------The opinions expressed are that of the person postingand not that of Red Storm Entertainment.
I wrote pong using SDL. send me an email to dnoest01(nospam)@utopia.poly.edu and ill send it to you. its pretty short (aprox 300 lines) and straightforward.

This topic is closed to new replies.

Advertisement