The Game Engine built with freedom and ease-of-use in mind
Build games big and small with Luau, easy to learn and capable
We have a discord server! Feel free to join: https://discord.com/invite/xMPCsx3dNf
Blockadia has a relatively small API right now but expect additions soon! If you know how to code, you can help out by creating a pull request!
Even with this API you can do a lot of things! Here's a quick overview of the API
- Services
WorkspaceLightingStarterGuiRunServiceDebugVisualService
- Libraries
taskColor3RandomSignalUDim&UDim2Vector2&Vector3
- Objects (creatable from a script)
PartSoundFolderModelScreenGuiFrameTextLabelUICorner
Documentation has not yet been started, but you can help out with documentation!
If you want to help with documentation, most methods and libraries are used in main.luau with short examples!
- Clone repository
git clone https://www.github.com/Zalthen-dev/Blockadia.git
cd Blockadia- Clone dependencies
cd vendor
git clone https://github.com/raysan5/raylib.git
git clone https://github.com/luau-lang/luau.git- Build
cd ..
cmake -S . -B .
cmake --build .The executable file will be created in the repository directory
