Difference between revisions of "TurtleOS"
From ComputerCraft Wiki
m (Console -> Computer) |
Bomb Bloke (Talk | contribs) |
||
Line 1: | Line 1: | ||
+ | {{Stub|Needs more info - especially links to other articles.}} | ||
[[File:8EPlc.png|400px|thumb|right|TurtleOS interface]] | [[File:8EPlc.png|400px|thumb|right|TurtleOS interface]] | ||
TurtleOS is the default OS for [[Turtle|turtles]]. The difference with the default OS for [[Computer|computers]] is that TurtleOS works with the new [[Turtle_(API)|Turtle API]], which can be used to code turtles. | TurtleOS is the default OS for [[Turtle|turtles]]. The difference with the default OS for [[Computer|computers]] is that TurtleOS works with the new [[Turtle_(API)|Turtle API]], which can be used to code turtles. |
Revision as of 10:30, 17 June 2014
This page is a stub. Please help us by expanding it.
|
TurtleOS is the default OS for turtles. The difference with the default OS for computers is that TurtleOS works with the new Turtle API, which can be used to code turtles. Its features include...
- Default; guaranteed to work across updates unlike the others.
- DOS style interface
- Only OS for turtles at time of writing
- Do It Yourself: letting you customize what you want on your Turtle.