ComputerCraft Forums

ComputerCraft => Programs => Turtle Programs => Topic started by: DrPleaseRespect on Jul 16, 2021, 09:25 pm

Title: Branch Mine Helper - This does not automatically mine for you
Post by: DrPleaseRespect on Jul 16, 2021, 09:25 pm
WARNING: This is my first program in Lua and ComputerCraft

Branch Mine Helper
WARNING: This program will also probably break if unloaded


Pastebin: https://pastebin.com/VrDXp25t (https://pastebin.com/VrDXp25t)




Previews:

Main Menu:
(https://drpleaserespect.github.io/drpleaserespect-webassets/computercraft_stuff/branchminehelper/MainMenu.gif)

Refuel Menu:
(https://drpleaserespect.github.io/drpleaserespect-webassets/computercraft_stuff/branchminehelper/Refuel.gif)

Start Menu:
(https://drpleaserespect.github.io/drpleaserespect-webassets/computercraft_stuff/branchminehelper/Start.gif)

Mining Pattern:
(https://drpleaserespect.github.io/drpleaserespect-webassets/computercraft_stuff/branchminehelper/pattern.png)


Usage:
Program will immediately mine to the left once Mine has been started
Code Select
pastebin get VrDXp25t miner.lua
Title: Branch Mine Helper - This does not automatically mine for you
Post by: QuickMuffin8782 on Jul 26, 2021, 07:34 am
I see your program has some very cool knick-knacks.

As I looked through your pastebin code, you used term.blit() a lot when writing text. It's confusing for me and some coders, so why not check out the wiki for CC (https://tweaked.cc/) and try getting around all the APIs, including the colors api.

A few tips for improv