https://github.com/bottd/cc-scripts
Scripts for ComputerCraft
https://github.com/bottd/cc-scripts
Last synced: 4 months ago
JSON representation
Scripts for ComputerCraft
- Host: GitHub
- URL: https://github.com/bottd/cc-scripts
- Owner: bottd
- Created: 2024-05-30T20:24:42.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-31T00:35:11.000Z (about 2 years ago)
- Last Synced: 2026-01-30T19:49:42.307Z (5 months ago)
- Language: Fennel
- Size: 11.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Computer Craft
This repo houses scripts for [CC: Tweaked](https://tweaked.cc/), a fork of the original [ComputerCraft](https://computercraft.info/wiki/Main_Page). Scripts are written in Fennel or Lua.
## Getting Started
To build and run scripts you need the Fennel compiler. This can be installed with [Luarocks](https://luarocks.org/)
```luarocks install fennel```
From here you can build using the Makefile by running `make` and clean the `/build` directory with `make clean`.
## Automation
On push to `main` all `.fnl` files will be compiled to Lua code and pushed to the `build` branch