ComputerCraft Forums

ComputerCraft => Programs => Topic started by: RaiuTheEevee on Jul 27, 2022, 11:19 PM

Title: Simple Counter
Post by: RaiuTheEevee on Jul 27, 2022, 11:19 PM
As the title states, this is a simple counter program that lets you add as many counters as you want. This program requires an advanced computer and will work best on a normal advanced computer rather than a pocket computer or turtle. As an example in the image below, I'm using my counters to help me track shiny hunting in a Pokémon Crystal romhack.
(https://camo.tmpim.com/1e5d8c866dc45381ed38f0fa3815eea5d87c30cc/68747470733a2f2f6d656469612e646973636f72646170702e6e65742f6174746163686d656e74732f3837303032383235303232313532373038312f313030313937323035363935323431383433342f756e6b6e6f776e2e706e67)

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

If you'd like, here's a tutorial for how to use this.

Starting the Program
Controlling the Counters (Mouse Input)
Precise Controls and Keybinds
Setting the Max Value
Additional Functions

This is my first time posting to these forums, but I've been practicing ComputerCraft Lua for over 7 years. I hope you enjoy my first post. ^-^

Edit: 2022/11/08 - Fixed a bug not displaying the counters correctly when scrolling.