/ComputerCraftDrafts

Iterations of my computercraft creations

Primary LanguageLua

computer craft drafts icon

ComputerCraftDrafts

tests

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.

Scripts Description
automaton
builder
lumberjack
mazegenerator
miner
mover
placer
tunnel
Resources
Minecraft: Java Edition
Feed the Beast Modpacks
ComputerCraft
ComputerCraft Vim
ComputerCraft Github
ComputerCraft Emulator (desktop)
ComputerCraft Emulator (web)

How to install on a ComputerCraft computer or turtle

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