Skip to content

computercraft-code-critic-bot/ComputerCraft-Code-Critic-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

aed4595 · Apr 24, 2019

History

22 Commits
Mar 30, 2019
Apr 16, 2019
Mar 30, 2019
Apr 15, 2019
Apr 24, 2019
Mar 27, 2019
Mar 27, 2019
Apr 16, 2019
Apr 15, 2019
Mar 27, 2019
Mar 27, 2019
Apr 17, 2019
Mar 27, 2019

Repository files navigation

ComputerCraft Code Critic Bot (C4Bot)

Discord bot which attempts to help new programmers to code in lua

Currently, C4Bot only indirectly runs CCEmuX. However, the eventual goal of this project is to evaluate a given ComputerCraft:Tweaked lua script from either discord or pastebin and evaluate the scripts complexity (Did it use deprecated functions? Did it remember to use the local scope?).

License

LICENSE.txt

Contributors

Lupus590

EveryOS

YOU! (Maybe)

Special Thanks To

SquidDev - Converted ComputerCraft to ComputerCraft:Tweaked and wrote CCEmuX. Additionally, was a large help with getting gradle to work.

Dan200 - Initial developer of ComputerCraft

Other ComputerCraft and ComputerCraft:Tweaked contributors

Referenced sites of this project (e.g. https://discordapp.com, https://pastebin.com)

GitHub, and also Linus Torvalds - Git

Shadow, a gradle plugin

The people who wrote Gradle, also the people who came up with the idea of a ReadMe

Oracle & Sun - Java 1.8

Eclipse and IntelliJ - IDEs

etc, etc, you get it.

And YOU!

Building and running

cd CCEmuX
./gradlew build
cd ..
./gradlew build
cd build/libs
java -jar Lupus590.C4Bot-<VERSION>.jar

Replace with the project version.

About

Discord bot which attempts to help new programmers to code in lua

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages