These are some foundational turtle scripts that have been organically growing. The addition of a test runner (busted
) for ComputerCraft allows for TDD and production quality software.
pastebin run p8PJVxC4 -- Install github tool
pastebin run Q45Vadaw -- Install vim
github clone NonlinearFruit/ComputerCraftDrafts -- Install this repo
mv ComputerCraftDrafts/* . -- Move scripts to home directory
rm ComputerCraftDrafts -- Remove the old folder
rm *_*.lua -- Remove tests (specs and fakes)
rm busted.lua -- Remove test runner