
-----------------------------------
XeroX
Tue May 23, 2006 4:39 pm

Pong
-----------------------------------
Here is my game of pong, any comments and suggestions are appreciated

-----------------------------------
Clayton
Tue May 23, 2006 4:54 pm


-----------------------------------
okay, first thing, DONT HARDCODE THE SCREEN POSITIONS!! if you are going to set the screen size to max;max then make the program use the whole screen. obviously the screen you are using is smaller than the one i am, keep this in mind when programming games like this, other than that not bad, it looks good ("storyline" kinda sux though lol), and is like every other pong game ever posted.

-----------------------------------
TheOneTrueGod
Tue May 23, 2006 4:56 pm


-----------------------------------
I swear this EXACT SAME GAME was posted, along with the whole hardcoded screen values, just a little while ago... minus the story...

-----------------------------------
XeroX
Tue May 23, 2006 6:40 pm


-----------------------------------
Yes, I know the storyline is kind of, crappy, I just wanted to add some humor.

And I will change the screen values. 

thanks

-----------------------------------
Darkmantis
Tue May 23, 2006 8:12 pm


-----------------------------------
omg..my eye twiches trying to play because its so slow..plz speed it up a bit  :D

-----------------------------------
XeroX
Wed May 24, 2006 2:45 pm


-----------------------------------
what's your resolution setting? try 800x600

-----------------------------------
TheOneTrueGod
Wed May 24, 2006 4:28 pm


-----------------------------------
#1) Did you plagiarize this?  Because this exact game was posted a while ago.

#2) The whole point of using "max,max" for screensize is so that your program can be dynamic.  It should work on all computers and resolutions, not just yours.  If you wanted the window to be 800X600, you should have set the window to 800X600.

-----------------------------------
XeroX
Wed May 24, 2006 8:09 pm


-----------------------------------
1. no i did not plagiarize it, i previously posted it in the help, but moved it to the applications updated. 

2. i have set it to 700x550, but it displays scroll bars both horizontally and vertically why and how do i fix this?

-----------------------------------
TheOneTrueGod
Wed May 24, 2006 9:31 pm


-----------------------------------
The only way (That I know of) to fix this is to increase your screen resolution :P  That, or use max/max, and then instead of using hardcoded constants for the boundaries, use "maxx" and "maxy".  Shouldn't be too hard!

-----------------------------------
Darkmantis
Thu May 25, 2006 6:30 am


-----------------------------------
Sry, but one more thing, plz make the paddles faster then the ball so you can accually stop the ball when moving from the top to the bottem.

-----------------------------------
TheOneTrueGod
Thu May 25, 2006 6:58 am


-----------------------------------
The ball moving faster than the paddles actually adds skill to the game, because you have to anticipate where the ball is going (Though that skill is completely pointless when you can't see the boundaries :P)
