Can you get a computer character to go round a course?

beefy_clyrobeefy_clyro Member Posts: 5,394
edited November -1 in Working with GS (Mac)
Hey

Basically im looking to do a racing game with a variety of courses etc. I would like different game modes for solo or vs computer, how would i begin to program the computer character to do the course?

Any help would be appreciated

Thanks

Comments

  • VmlwebVmlweb Member Posts: 427
    Well you could do it manually and to add variety you could use the Random Number function
    So
    Move to random(100,150) run to completion
    Move to random(150,200) run to completion
    Move to random(200,250) run to completion
Sign In or Register to comment.