Computer Science Canada

Pong Game!

Author:  Robotixs [ 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!

Arrow

Author:  Tony [ Fri May 07, 2004 10:41 pm ]
Post subject: 

preaty good for a first game. I see functions and procedures. I think I saw Input.KeyDown Thinking various settings. It's a good start Smile just loose the processes Confused

+25Bits

Author:  Robotixs [ Sun May 09, 2004 8:20 am ]
Post subject: 

If I remove the processes then the game runs really slow, but when I used this command then it runs fine.

Author:  AsianSensation [ Sun May 09, 2004 3:58 pm ]
Post 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


: