I made a pong game in Visual C++ using Allegro library. Check it out:
http://dl.dropbox.com/u/43383466/pong.rar
You may need some libraries to run it, but I included the allegro library so it should just run. The exe is in one of the sub-folders. The rest is source files.
cant run it :/
its says that MSVCR100D.dl is missing from my computer ...
WHAT THE HELL IS THIS ?
I cant run it becasue I need a specific dll file
attatched
Right, that's a Visual Studio dll file... It should work for those that have MS Visual Studio runtime package installed, though.
LOL i have visual studio BUT looks like u have a newer one :D , i have 2008 ...
i can do this game too :D
http://www.cppgameprogramming.com/cgi/nav.cgi?page=pong (http://www.cppgameprogramming.com/cgi/nav.cgi?page=pong)
I have 8 different visual studio packages installed and 5 visual studio 5 packages in.. so I could probably download the dll from the internet but I wouldnt know where to put it.... very nice job btw mick... you get another cookie.
(http://i1188.photobucket.com/albums/z417/MEGA_Earthquake/cookies.jpg)
if your missing a .dll file, go to dlldump.com ( i think that was the name, if not type it in google ), paste it into your System32 folder and then it should work, gj mick.
Quote from: SweetEmotion on November 16, 2011, 17:58
if your missing a .dll file, go to dlldump.com ( i think that was the name, if not type it in google ), paste it into your System32 folder and then it should work, gj mick.
did u open the file ? i mean the game ?
nice cookie for Mick :)
Quote from: Albanian_Style on November 16, 2011, 17:36
i can do this game too :D
http://www.cppgameprogramming.com/cgi/nav.cgi?page=pong (http://www.cppgameprogramming.com/cgi/nav.cgi?page=pong)
It's not the same. Mine is single player vs cpu.
so mick how can i open it ?
i cant run it ither.
This is the missing .dll: http://dl.dropbox.com/u/43383466/msvcr100.dll
it should work once you put it in the same directory as .exe
it wont work :D
http://www.4shared.com/get/yH8pu3NU/msvcr100d.html
yeah, I needed that d one as well nagy, but how do I get the pong handles to move faster?
I loved this game, especially the 3D version of pong. Tried this out for a bit. %74 win ratio so I need some practice
(http://i624.photobucket.com/albums/tt322/xtolerance1980/50-13.jpg)
Quote from: Ethan on November 17, 2011, 02:15
yeah, I needed that d one as well nagy, but how do I get the pong handles to move faster?
Youd have to edit the code and change pad_speed variable.
cool game mick, i started programming in c++ and i`m learning very fast, i wanna make a simple game soon xD
Quote from: TwiXXXie on November 17, 2011, 18:02
cool game mick, i started programming in c++ and i`m learning very fast, i wanna make a simple game soon xD
Do you use the Allegro library?
nice mick :D it's relly nice game to play if ut etc, waiting for something to be doawnloaded i like it :D +1 for mick and nagy thank you for the file :D
Quote from: mick88 on November 17, 2011, 18:42
Quote from: TwiXXXie on November 17, 2011, 18:02
cool game mick, i started programming in c++ and i`m learning very fast, i wanna make a simple game soon xD
Do you use the Allegro library?
I don't know what's that, i`m programming in c++ for a week, i`m newbz0r xD still a lot to learn but i know the basics (almost all )
Quote from: TwiXXXie on November 17, 2011, 19:15
Quote from: mick88 on November 17, 2011, 18:42
Quote from: TwiXXXie on November 17, 2011, 18:02
cool game mick, i started programming in c++ and i`m learning very fast, i wanna make a simple game soon xD
Do you use the Allegro library?
I don't know what's that, i`m programming in c++ for a week, i`m newbz0r xD still a lot to learn but i know the basics (almost all )
Allegro is a graphics library. You can learn how to use it here: https://docs.google.com/document/pub?id=1LbjXKnZkKODb1Df38-ydNVu4EEVTliRhx5ATQRT5lH4 - this is from my college programming labs.
ty mick