21 lines
870 B
Markdown
21 lines
870 B
Markdown
# Computer Craft Scripts
|
|
|
|
Just a bunch of computer craft scripts I guess?
|
|
|
|
If I write anything I'll put it here
|
|
|
|
## Scripts
|
|
|
|
### clicker
|
|
|
|
clicker.lua is a simple "cookie clicker like", funny number go up!
|
|
|
|
It gets a screen on the left of the computer (This is poorly writen but we ignore that~) and displays the number stored in `count.txt`, every 10 clicks it writes into that file with an updated count.
|
|
|
|
it reads `count.txt` every launch so the most progress you can lose is `9`.
|
|
|
|
## Mirrors
|
|
|
|
- Main: [https://git.aria.coffee/aria/computer-craft-scripts](https://git.aria.coffee/aria/computer-craft-scripts)
|
|
- witchcraft.systems: [https://git.witchcraft.systems/aria/computer-craft-scripts](https://git.witchcraft.systems/aria/computer-craft-scripts)
|
|
- being.pet: [https://git.being.pet/aria/computer-craft-scripts](https://git.being.pet/aria/computer-craft-scripts)
|