Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nirokay/luadventures
This is a collection for all kinds of scripts/programs i make in Lua. I'm new to Lua, so join me on my adventure! Get it? Because the repository name... haha, funny right?
https://github.com/nirokay/luadventures
computercraft computercraft-scripts lua lua-script minecraft
Last synced: about 1 month ago
JSON representation
This is a collection for all kinds of scripts/programs i make in Lua. I'm new to Lua, so join me on my adventure! Get it? Because the repository name... haha, funny right?
- Host: GitHub
- URL: https://github.com/nirokay/luadventures
- Owner: nirokay
- Created: 2021-11-04T23:53:47.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-16T11:18:54.000Z (6 months ago)
- Last Synced: 2024-07-17T09:09:07.661Z (6 months ago)
- Topics: computercraft, computercraft-scripts, lua, lua-script, minecraft
- Language: Lua
- Homepage:
- Size: 1.84 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Luadventures
This is a collection for all kinds of scripts/programs i make in Lua. I'm new to Lua, so join me on my adventure! Get it? Because the repository name... haha, funny right?## Contents
### DnD Script
This script simulates virtual dice. You can specify how many and which one you roll.### Name Generator
Need help generating names for places/cities? Well thats a specific problem...
Luckily i have the thing just for you!Syntax:
`$ ./namegenerator.lua 10` will generate 10 random names (will generate 1 if not specified or invalid)