Can anyone please send me a code for pong (that works)?
Author |
Message |
dude3000
|
Posted: 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) |
|
|
|
|
![](images/spacer.gif) |
Sponsor Sponsor
![Sponsor Sponsor](templates/subSilver/images/ranks/stars_rank5.gif)
|
|
![](images/spacer.gif) |
Tony
![](http://wiki.compsci.ca/images/f/f4/OniTony.gif)
|
Posted: Sat Jan 10, 2004 10:29 pm Post subject: (No subject) |
|
|
PONG!
code: |
_______________________________________
| |
| |
[] |
[] |
[] . |
| `O []
| []
| []
| |
|_____________________________________|
|
|
Tony's programming blog. DWITE - a programming contest. |
|
|
|
![](images/spacer.gif) |
JayLo
|
Posted: Sat Jan 10, 2004 11:16 pm Post subject: (No subject) |
|
|
code: | loop
put "|. |"
put "| . |"
put "| . |"
put "| . |"
put "| .|"
put "| . |"
put "| . |"
put "| . |"
put "|. |"
end loop |
|
|
|
|
|
![](images/spacer.gif) |
Dan
![](http://wiki.compsci.ca/images/archive/3/3c/20100325043407!Danspic.gif)
|
Posted: Sat Jan 10, 2004 11:33 pm Post subject: (No 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
http://www.compsci.ca/v2/search.php |
Computer Science Canada
Help with programming in C, C++, Java, PHP, Ruby, Turing, VB and more! |
|
|
|
![](images/spacer.gif) |
|
|