Im trying to recreate the theseus and minotaur maze game and i need help with controlling the minotaur in this game http://www.tnelson.demon.co.uk/mazes/ i'm stuck with getting the player and the minotaur to have alternating turns. Any help would be awesome.
Offline
simply make a variable called turn and make it so that if turn = 1 and when if character moves it changes turn to 2 and if turn = 2 then minotaur goes and once it's done moving it sets turn back to 1 which lets you move again
Offline