Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --File: /testMoves
- local moves = require("cattech.moves")
- dofile("/cattech/turtle.lua")
- dofile("/cattech/file.lua")
- displayHash(moves)
- moves.up()
- moves.turnRight()
- moves.forward()
- displayHash(moves.position)
- moves.turnLeft()
- moves.turnLeft()
- moves.forward()
- moves.turnRight()
- moves.down()
- displayHash(moves.position)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement