Generation

generate functionSat, 18 Mar 2023

Make a surface wher a player can run

func makeRunnigTrack() { for i in 1 ... 50 { moveForward() if isOnGem { collectGem() } if isOnClosedSwitch { toggleSwitch() } } }

Questions about programming?Chat with your personal AI assistant