Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
I suppose a new challenge should arise...
#7
there was something that was like this a while ago... it turned out horribly wrong, but I have a good feeling about this time. Ok keeping on with the Pong theme:

Code:
SCREEN 13
'Lets GET those funky hippy pong paddles!
FOR i = 0 TO 24
  LINE (0, i)-(4, i), (i * 2) + 32
NEXT
DIM hippypaddle((25 * 5) / 2 + 1) AS INTEGER
GET (0, 0)-(4, 24), hippypaddle
Reply


Messages In This Thread
I suppose a new challenge should arise... - by Oz - 06-11-2004, 05:12 AM
I suppose a new challenge should arise... - by Oz - 06-11-2004, 06:27 AM
I suppose a new challenge should arise... - by KiZ - 06-11-2004, 03:44 PM
I suppose a new challenge should arise... - by Oz - 06-11-2004, 06:11 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)