Computer Science Canada

Pong source code

Author:  Danger Zone [ Thu Jun 05, 2003 9:41 am ]
Post subject:  Pong source code

Anyone have it? I know there is a zip file of it in the other forum section but we don't have winzip at school and it's not possible to really bring it from home to school without quite a few disks.

Author:  Martin [ Thu Jun 05, 2003 9:59 am ]
Post subject: 

code:
loop
    locate (1, 1)
    put "| .       |"
    delay (100)
    locate (1, 1)
    put "|    .    |"
    delay (100)
    locate (1, 1)
    put "|       . |"
    delay (100)
    locate (1, 1)
    put "|    .    |"
    delay (100)
end loop

Author:  Danger Zone [ Thu Jun 05, 2003 10:08 am ]
Post subject: 

Lol no no I meant like 2 player pong. Even I could've made that Razz

Author:  Martin [ Thu Jun 05, 2003 10:46 am ]
Post subject: 

Heh, I know (couldn't resist Razz)...I couldn't find a pong source on the site (there's an exe but that's it). If you find the link I'll dl it and post it for you

Author:  Asok [ Thu Jun 05, 2003 4:35 pm ]
Post subject: 

This is not a tutorial or source submission, so it must be locked.

Locked.


: