Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

The 20 Line Challenge / Circle Chase

Author
Message
Ocean Runner
20
Years of Service
User Offline
Joined: 18th May 2003
Location: United States
Posted: 21st Jun 2003 05:00
A fun game I programmed! Try to stay away from the other circle!

hide mouse
sync on
x#=320
z#=240
x2=0
z2=0
do
if l=1 then text 320,240,"You Lose" ; suspend for key ; end
rem input for player
if upkey()=1 then z#=z#-1.25
if downkey()=1 then z#=z#+1.25
if rightkey()=1 then x#=x#+1.25 : if leftkey()=1 then x#=x#-1.25 : if x#640 then x#=640 : if z#>480 then z#=480
rem AI
if x2>x# then x2=x2-1 : if x2z# then z2=z2-1 : if z2x2-5 and x#z2-5 and z#
JetRace coming. Watch out!
Cras
21
Years of Service
User Offline
Joined: 15th Oct 2002
Location: United Kingdom
Posted: 21st Jun 2003 12:09
u missed a bit at the end:

Quote: "and z#"


uk.geocities.com/maniacimagine check it out. ill soon be formally opening it.
Ocean Runner
20
Years of Service
User Offline
Joined: 18th May 2003
Location: United States
Posted: 21st Jun 2003 21:15
try this:


JetRace coming. Watch out!
ReD_eYe
21
Years of Service
User Offline
Joined: 9th Mar 2003
Location: United Kingdom
Posted: 24th Jun 2003 20:31
not bad, if you develop it further try and make some traps to get the other circle with, for instance spikes that move up and down, you run over them then the other circle will run over them and get killed

hi guys

Login to post a reply

Server time is: 2024-04-25 18:30:43
Your offset time is: 2024-04-25 18:30:43