Skip to content

Commit

Permalink
update credits to "users/"
Browse files Browse the repository at this point in the history
  • Loading branch information
asweigart committed Aug 4, 2016
1 parent 675a9d3 commit 5022b8f
Show file tree
Hide file tree
Showing 27 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion book/3dprinter.lua
@@ -1,6 +1,6 @@
-- 3D Printer program
-- By Al Sweigart
-- turtleappstore.com/AlSweigart
-- turtleappstore.com/users/AlSweigart
-- Prints out

print('Printing...')
Expand Down
2 changes: 1 addition & 1 deletion book/banner.lua
@@ -1,6 +1,6 @@
-- Banner program
-- By Al Sweigart
-- turtleappstore.com/AlSweigart
-- turtleappstore.com/users/AlSweigart
-- Displays a scrolling banner on the
-- monitor behind the turtle.

Expand Down
2 changes: 1 addition & 1 deletion book/burrower.lua
@@ -1,6 +1,6 @@
-- Burrower program
-- By Al Sweigart
-- turtleappstore.com/AlSweigart
-- turtleappstore.com/users/AlSweigart
-- Mines a tunnel-shaped burrow.

os.loadAPI('hare')
Expand Down
2 changes: 1 addition & 1 deletion book/choptree.lua
@@ -1,6 +1,6 @@
-- Chop Tree program
-- By Al Sweigart
-- turtleappstore.com/AlSweigart
-- turtleappstore.com/users/AlSweigart
-- Chops down the tree in front of turtle.

if not turtle.detect() then
Expand Down
2 changes: 1 addition & 1 deletion book/cobmine.lua
@@ -1,6 +1,6 @@
-- Cobblestone Miner program
-- By Al Sweigart
-- turtleappstore.com/AlSweigart
-- turtleappstore.com/users/AlSweigart
-- Stone brick factory robot, 1 of 3

os.loadAPI('hare') -- load the hare library
Expand Down
2 changes: 1 addition & 1 deletion book/craftbricks.lua
@@ -1,6 +1,6 @@
-- Craft Stone Bricks program
-- By Al Sweigart
-- turtleappstore.com/AlSweigart
-- turtleappstore.com/users/AlSweigart
-- Stone brick factory robot, 3 of 3

print('Starting brick crafting program...')
Expand Down
2 changes: 1 addition & 1 deletion book/do.lua
@@ -1,6 +1,6 @@
-- "Do" program
-- By Al Sweigart
-- turtleappstore.com/AlSweigart
-- turtleappstore.com/users/AlSweigart
-- Does various actions from shell.

function doAction(action, verbose)
Expand Down
2 changes: 1 addition & 1 deletion book/eggcollector.lua
@@ -1,6 +1,6 @@
-- Egg Collector program
-- By Al Sweigart
-- turtleappstore.com/AlSweigart
-- turtleappstore.com/users/AlSweigart
-- Collects eggs in a field.
-- Assumes a field is forward and to
-- the right of the turtle, with a
Expand Down
2 changes: 1 addition & 1 deletion book/farmcarrots.lua
@@ -1,6 +1,6 @@
-- Farm Carrots program
-- By Al Sweigart
-- turtleappstore.com/AlSweigart
-- turtleappstore.com/users/AlSweigart
-- Automatically farms carrots.
-- Assumes a field is forward and to
-- the right of the turtle, with a
Expand Down
2 changes: 1 addition & 1 deletion book/farmpotatoes.lua
@@ -1,6 +1,6 @@
-- Farm Potatoes program
-- By Al Sweigart
-- turtleappstore.com/AlSweigart
-- turtleappstore.com/users/AlSweigart
-- Automatically farms potatoes.

--[[
Expand Down
2 changes: 1 addition & 1 deletion book/farmwheat.lua
@@ -1,6 +1,6 @@
-- Wheat Farmer program
-- By Al Sweigart
-- turtleappstore.com/AlSweigart
-- turtleappstore.com/users/AlSweigart
-- Plants and harvests wheat.
-- Assumes a field is forward and to
-- the right of the turtle, with a
Expand Down
2 changes: 1 addition & 1 deletion book/fuelgauge.lua
@@ -1,6 +1,6 @@
-- Fuel Gauge program
-- By Al Sweigart
-- turtleappstore.com/AlSweigart
-- turtleappstore.com/users/AlSweigart
-- Displays fuel info nicely.

-- check if server is set to unlimited
Expand Down
2 changes: 1 addition & 1 deletion book/fuelup.lua
@@ -1,6 +1,6 @@
-- Fueling program
-- By Al Sweigart
-- turtleappstore.com/AlSweigart
-- turtleappstore.com/users/AlSweigart
-- Consumes all in inventory fuel.

os.loadAPI('hare') -- load the hare library
Expand Down
2 changes: 1 addition & 1 deletion book/furnacefueler.lua
@@ -1,6 +1,6 @@
-- Furnace Fueler program
-- By Al Sweigart
-- turtleappstore.com/AlSweigart
-- turtleappstore.com/users/AlSweigart
-- Stone brick factory robot, 2 of 3

while true do
Expand Down
2 changes: 1 addition & 1 deletion book/harev1.lua
@@ -1,6 +1,6 @@
-- "Hare" utility library
-- By Al Sweigart
-- turtleappstore.com/AlSweigart
-- turtleappstore.com/users/AlSweigart
-- Provides useful utility functions.

hareVersion = "1"
Expand Down
2 changes: 1 addition & 1 deletion book/harev2.lua
@@ -1,6 +1,6 @@
-- "Hare" utility library
-- By Al Sweigart
-- turtleappstore.com/AlSweigart
-- turtleappstore.com/users/AlSweigart
-- Provides useful utility functions.

hareVersion = "2"
Expand Down
2 changes: 1 addition & 1 deletion book/mazerunner.lua
@@ -1,6 +1,6 @@
-- Maze Running program
-- By Al Sweigart
-- turtleappstore.com/AlSweigart
-- turtleappstore.com/users/AlSweigart
-- Moves through a maze.

print('Starting to run the maze...')
Expand Down
2 changes: 1 addition & 1 deletion book/milker.lua
@@ -1,6 +1,6 @@
-- Milker program
-- By Al Sweigart
-- turtleappstore.com/AlSweigart
-- turtleappstore.com/users/AlSweigart
-- Milks cows in a field.

os.loadAPI('hare')
Expand Down
2 changes: 1 addition & 1 deletion book/mydance.lua
@@ -1,6 +1,6 @@
-- Dance program
-- By Al Sweigart
-- turtleappstore.com/AlSweigart
-- turtleappstore.com/users/AlSweigart
-- Make the turtle dance!

print('Hold Ctrl+T to stop dancing.')
Expand Down
2 changes: 1 addition & 1 deletion book/mydance2.lua
@@ -1,6 +1,6 @@
-- Dance program, version 2
-- By Al Sweigart
-- turtleappstore.com/AlSweigart
-- turtleappstore.com/users/AlSweigart
-- Make the turtle dance!

local isUp = false
Expand Down
2 changes: 1 addition & 1 deletion book/runbakery.lua
@@ -1,6 +1,6 @@
-- Robotic Bakery program
-- By Al Sweigart
-- turtleappstore.com/AlSweigart
-- turtleappstore.com/users/AlSweigart
-- Runs a bakery.

--[[
Expand Down
2 changes: 1 addition & 1 deletion book/setcolor.lua
@@ -1,6 +1,6 @@
-- Set Color program
-- By Al Sweigart
-- turtleappstore.com/AlSweigart
-- turtleappstore.com/users/AlSweigart
-- Sets the color on the monitor
-- behind the turtle.

Expand Down
2 changes: 1 addition & 1 deletion book/shearer.lua
@@ -1,6 +1,6 @@
-- Sheep Shearer program
-- By Al Sweigart
-- turtleappstore.com/AlSweigart
-- turtleappstore.com/users/AlSweigart
-- Shears sheep in a field.


Expand Down
2 changes: 1 addition & 1 deletion book/smash.lua
@@ -1,6 +1,6 @@
-- Cake Smash program
-- By Al Sweigart
-- turtleappstore.com/AlSweigart
-- turtleappstore.com/users/AlSweigart
-- Uses a piston to smash a cake!

-- do a count down
Expand Down
2 changes: 1 addition & 1 deletion book/stairbuilder.lua
@@ -1,6 +1,6 @@
-- Stair Builder program
-- By Al Sweigart
-- turtleappstore.com/AlSweigart
-- turtleappstore.com/users/AlSweigart
-- Builds stairs. Use with stair miner.

os.loadAPI('hare')
Expand Down
2 changes: 1 addition & 1 deletion book/stairminer.lua
@@ -1,6 +1,6 @@
-- Stair Miner program
-- By Al Sweigart
-- turtleappstore.com/AlSweigart
-- turtleappstore.com/users/AlSweigart
-- Mines in a stair pattern.

os.loadAPI('hare')
Expand Down
2 changes: 1 addition & 1 deletion book/treefarm.lua
@@ -1,6 +1,6 @@
-- Tree Farming program
-- By Al Sweigart
-- turtleappstore.com/AlSweigart
-- turtleappstore.com/users/AlSweigart
-- Plants tree then cuts it down.

os.loadAPI('hare') -- load the hare library
Expand Down

0 comments on commit 5022b8f

Please sign in to comment.