Introduction
Ludum is a visual scripting engine for roblox LUAU built off of googles blockly. It has extensions making it infinitely expandable off the base client meaning that the community can help build onto the client to make it more practical to make games. Ludum is also open source on github for people to modify and help us make it more practical to be used
Installation
Currently the installation is pretty straight forward, theres two versions on our github releases tab, the intallation methods are as follows:
Method 1 : Website
This way is the easiest way, you simply open this link Ludum
Method 2 : EXE
Ludum has a compiled exe which is a electron based app, simply run the installer and it will create a shortcut on your desktop which is fully usable note that this does not auto update
Method 3 : ZIP
Not everyone uses windows, and that is not a worry the zip version should work perfectly fine for you though the installation is a little less user friendly. As ludum is still a work in progress the ZIP file is actually a website, it is much smaller than the EXE and all you have to do is extract the zip file and run the index.html file with any browser of your choice.
How is this comparable to something like eventblocks?
Ludum is much different in the way it operates, firstly ludum is 100% free and always will be. Secondly eventblocks is pretty limited in what it can actually do and cant be built onto in order to actually do these things you will need to do in order to make a game. Fortunately Ludum has extensions!
These extensions can be used to expand onto ludum infinitely, this means that with enough community anything is possible with ludum. You could even make a extension creator with an extension to make them with code blocks.
How does it work?
Ludum works a lot like scratch and is meant to be as understandable as it can be
It is very easy to quickly understand the interface and its uses, a quick script can be thrown together something like this
Simply press on the export button to get your code
Ludum is still in early development and we would love to see you join our community. You can view Ludumβs github by clicking this and if you scroll all the way down on the page we have some other community links like a communications server to get support.