mirror of
https://github.com/LDDestroier/CC/
synced 2024-11-08 19:09:58 +00:00
LDDestroier's CC projects repository.
57ab9efb3c
charTransformation, textTransformation, and backTransformation have been replaced with a single `transformation()` function that takes five arguments and spits out three. ``` win.meta.transformation(x, y, char, text, back, meta) return {newCharX, newCharY, newChar}, {newTextX, newTextY, newTextCol}, {newBackX, newBackY, newBackCol} end ``` |
||
---|---|---|
API | ||
CCBN/ccbn-data | ||
netrequire | ||
platform-test | ||
windont | ||
argparser.lua | ||
CC-For-3DS.tar.gz | ||
chestlist.lua | ||
connect4.lua | ||
cubedig.lua | ||
disknet.lua | ||
dodge.lua | ||
drawtoy.lua | ||
eldit.lua | ||
eyestrain.lua | ||
goto-snippet.lua | ||
lddprogs | ||
lddterm-cc.lua | ||
lddwindow.lua | ||
ldris.lua | ||
neovariable2.lua | ||
netrequire.lua | ||
pain2.lua | ||
pain.lua | ||
pixeltoast-tron.lua | ||
progdor2.lua | ||
progdor.lua | ||
quickdraw.lua | ||
README.md | ||
roterm.lua | ||
screensaver.lua | ||
sdodge.lua | ||
shellesc | ||
sinelock.lua | ||
std | ||
sysmail.lua | ||
tps.lua | ||
trash.lua | ||
tron.lua | ||
wireless-rs.lua | ||
workspace.lua | ||
wpath.lua |
ComputerCraft Repertoire
A collection of all my ComputerCraft programs and the APIs they use. This is mostly just to get them the fuck off of pastebin, and also to ensure that API owners don't change things to break my precious programs...!
Programs that already have a github repo won't be put here, though.