
-----------------------------------
Robotixs
Fri May 07, 2004 9:46 pm

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!

 :arrow:

-----------------------------------
Tony
Fri May 07, 2004 10:41 pm


-----------------------------------
preaty good for a first game. I see functions and procedures. I think I saw Input.KeyDown :think: various settings. It's a good start :) just loose the processes :? 

+25Bits

-----------------------------------
Robotixs
Sun May 09, 2004 8:20 am


-----------------------------------
If I remove the processes then the game runs really slow, but when I used this command then it runs fine.

-----------------------------------
AsianSensation
Sun May 09, 2004 3:58 pm


-----------------------------------
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
