Computer Science Canada

Can anyone please send me a code for pong (that works)?

Author:  dude3000 [ Sat Jan 10, 2004 10:19 pm ]
Post subject:  Can anyone please send me a code for pong (that works)?

Can someone please send me a code for pong that actually works?? I REALLY NEED IT for a school project

Mod Edit: hehe, *flexing finger, LOCKED! (for all those reason listed below)

Author:  Tony [ Sat Jan 10, 2004 10:29 pm ]
Post subject: 

PONG!

code:

_______________________________________
|                                     |
|                                     |
[]                                    |
[]                                    |
[]                     .              |
|                       `O            []
|                                     []
|                                     []
|                                     |
|_____________________________________|

Author:  JayLo [ Sat Jan 10, 2004 11:16 pm ]
Post subject: 

code:
loop
put "|.    |"
put "| .   |"
put "|  .  |"
put "|   . |"
put "|    .|"
put "|   . |"
put "|  .  |"
put "| .   |"
put "|.    |"
end loop

Author:  Dan [ Sat Jan 10, 2004 11:33 pm ]
Post subject: 

The problem with your post, dude, is that it gose agested the rules of this site. see we have no way of knowing that you are not going to take that code and had it in as your own for some school project.

Altougth i whould to assume that is not what you are trying to do and that you realy just whont to lrean how to make a pong game in turing so i will give you a bit of help:

see that search thing up there? it is gr8. if you put in pong and then scren only in truing scorce code i wonder what you may get Thinking

http://www.compsci.ca/v2/search.php


: