Pong Game!
Author |
Message |
Robotixs
|
Posted: Fri May 07, 2004 9:46 pm Post subject: Pong Game! |
|
|
This is my first game in Turing, which is a pong game.
I looked at some other pong games on this site, and this one is much simpler but seems to work much better.
Hope you like it!
Description: |
|
Download |
Filename: |
Pong.t |
Filesize: |
5.56 KB |
Downloaded: |
859 Time(s) |
|
|
|
|
|
|
Sponsor Sponsor
|
|
|
Tony
|
Posted: Fri May 07, 2004 10:41 pm Post subject: (No subject) |
|
|
preaty good for a first game. I see functions and procedures. I think I saw Input.KeyDown various settings. It's a good start just loose the processes
+25Bits
|
Tony's programming blog. DWITE - a programming contest. |
|
|
|
|
Robotixs
|
Posted: Sun May 09, 2004 8:20 am Post subject: (No subject) |
|
|
If I remove the processes then the game runs really slow, but when I used this command then it runs fine.
|
|
|
|
|
|
AsianSensation
|
Posted: Sun May 09, 2004 3:58 pm Post subject: (No subject) |
|
|
not using processes meaning programming it in a different structure. Processes likes to eat up your system resources, so it's not a good idea to use it, especially if your program gets complicated. I suggest changing your programming style, so you don't have to depend on the process functions, because it tend to be not very accurate.
Otherwise, it's a very good program. I even see AI that is not simply matching the y coord of the ball. Good Job.
+15 bits
|
|
|
|
|
|
|
|