Difference between revisions of "TurtleOS"

From ComputerCraft Wiki
Jump to: navigation, search
Line 1: Line 1:
{{delete|TurtleOS was replaced with CraftOS (Page is too old)--[[User:LewisTehMinerz|LewisTehMinerz]] ([[User talk:LewisTehMinerz|talk]]) 09:32, 30 July 2015 (UTC)}}
+
{{delete|TurtleOS was replaced with CraftOS --[[User:LewisTehMinerz|LewisTehMinerz]] ([[User talk:LewisTehMinerz|talk]]) 09:32, 30 July 2015 (UTC)}}
 
[[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.
Line 9: Line 9:
 
* A wide set of built-in programs. See [[CraftOS_Shell#Added_TurtleOS_programs|TurtleOS programs]].
 
* A wide set of built-in programs. See [[CraftOS_Shell#Added_TurtleOS_programs|TurtleOS programs]].
  
'''THIS PAGE IS OUTDATED: CraftOS replaced TurtleOS. To see CraftOS, go to [http://www.computercraft.info/wiki/CraftOS]'''.
+
'''THIS PAGE IS OUTDATED: CraftOS replaced TurtleOS. To see CraftOS, go to [http://www.computercraft.info/wiki/CraftOS CraftOS]'''.
  
 
[[Category:OSes]]
 
[[Category:OSes]]

Revision as of 08:12, 31 July 2015

Grid Ink Sac.png  This page has been marked for deletion.
TurtleOS was replaced with CraftOS --LewisTehMinerz (talk) 09:32, 30 July 2015 (UTC)
TurtleOS interface

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.
  • A wide set of built-in programs. See TurtleOS programs.

THIS PAGE IS OUTDATED: CraftOS replaced TurtleOS. To see CraftOS, go to CraftOS.