Computer:http://www.pastebin.com/qjZtTL2c
Turtle:http://www.pastebin.com/hmsMfnUZ
I've been working on this program to wirelessly control turtles because it's always been something I wanted for a long time so I did it myself.
My program displays the turtle on the screen(kinda) and if it runs into a spot where it cant move forward then it will display an X(this also happens if it isn't fueled) and if you are using a Mining Turtle you can use the spacebar to dig that block and on the screen it'll destroy the X. Thats it really.
Planned Features:
- Move Across The Z Axis(Up/Down)
- Place Blocks
- Move Backwards
- Any Suggestions You Guys Have For Me I'll Try To Put In Because I Love Coding And Have Alot of Fun Doing It.
WARNING!!!
IF YOU LOOK IN THE PROGRAMS CODE YOU WILL SEE A MASSIVE CODE OF ALOT OF THINGS THAT COULD BE SHORTENED.
Like I said I enjoy coding but I also enjoy the coding being simple to understand(for me anyways).
Installation:
1.In your Computercraft config you MUST enable API_http
2.Open your computer and type pastebin get qjZtTl2c Computer
3.Open your turtle and type pastebin get hmsMfnUZ Turtle
How To Use:
Open your computer and type id(Remember That Number)
Open your turtle and type id(Remember That Number)
Still in your turtle type turtle
Still in your turtle type the computer id
Go into your computer and type computer
Then type the turtle id
And there you go your in
Controls:
Up Arrow - Move Forward
Left Arrow - Turn Left
Right Arrow - Turn Right
Spacebar - Dig Block
Thanks again and remember leave me any suggestions you have I'll be glad to receive them!