Skip to content

NonlinearFruit/ComputerCraftDrafts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Iterations of my computercraft creations

Topics

Resources

Stars

Watchers

Forks

Languages