plethora icon indicating copy to clipboard operation
plethora copied to clipboard

[1.13] Move turtles with LOGO

Open SquidDev opened this issue 5 years ago • 7 comments

This is entirely a serious suggestion, and definitely will be possible to implement.

SquidDev avatar Feb 11 '19 22:02 SquidDev

Mind explaining what LOGO is?

hugeblank avatar Feb 22 '19 23:02 hugeblank

It's a programming language, you have commands like left, forward 5, etc... Very much related to Turtle graphics.

SquidDev avatar Feb 22 '19 23:02 SquidDev

There is already a program which implements this in ROM.

shell.run("go forward 5 left 2 forward 10 right up forward 5 left down left back 5 ...")

However, what the program doesnt give is support for dig/etc... (at least from what I've seen)

Or, are we talking creating a file which can be run (without some other file to run it) which contains, line by line, something like the following (instead of lua code)...

forward 10
dig 
digdown
down
dig
forward
back
up
left 2
drop 3

fatboychummy avatar Feb 23 '19 01:02 fatboychummy

If he's thinking of making it an actual file format then it might as well be included as a feature in the base mod. It would open the mod up to people with a lot less knowledge.

hugeblank avatar Feb 23 '19 01:02 hugeblank

Folks, y'all thinking of the wrong kind of turtle. There's a reason this is labled 1.13 only!

SquidDev avatar Feb 23 '19 07:02 SquidDev

Well can you blame us?! 😂

Well now that I know which you're talking about, are you saying that when they are neural interfaced they would be able to move, turn and draw lines?

hugeblank avatar Feb 23 '19 08:02 hugeblank

Lines out of what? Eggs?

Jummit avatar Apr 15 '19 21:04 Jummit