Akuukis / RobotColorWars-Minecraft

Project in Lua for OpenComputers to make ColorWars where robots explore, build bases, reproduce and fight with each other.
GNU General Public License v3.0
10 stars 9 forks source link

New method that safely (un)wraps nav.step to robot.forward #36

Open Akuukis opened 10 years ago

Akuukis commented 10 years ago

So that after method m:warp is called, all robot.forward acts like m:step until function m:unwarp or m_other:warp is called. Beware that destroying object or overwriting things should not break anything.

P.S. As well stepUp, stepDown, turnLeft, turnRight, turnAround