Skip to content

Project that allows to easily create plugins for SCP: Secret Laboratory game servers using Blockly blocks.

License

Notifications You must be signed in to change notification settings

SimonB50/Scratch-Lab

Repository files navigation

Warning

This project is curently more like a demo that a fully working project. Only small part of features is implemented and everything is topic for changes.

Scratch Lab

This project allows to easily create plugins for SCP: Secret Laboratory game servers by just connecting Blockly blocks - just like in Scratch! Everything is powered by LuaLab Plugin which allows to execude generated Lua code.

Usage

To start using Scratch Lab you just need to:

  1. Install LuaLab plugin
  2. Go to https://scpsl.simonb50.xyz/ (Secondary URL: https://scratch-lab.pages.dev/)
  3. Create your desired project using available blocks
  4. Click Download code button
  5. Enter your project name
  6. Download created file (the download will start automatically)
  7. Upload the file just like other LuaLab plugin
  8. Enjoy your creation 😄

Development

To modify Scratch Lab code you will need Node.js.

  1. Download source code from GitHub and open it with your editor
  2. Run npm install to install required packages
  3. Start developement server by running npm run start After that you can start adding your modifications

About

Project that allows to easily create plugins for SCP: Secret Laboratory game servers using Blockly blocks.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published