Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Latest commit

 

History

History
24 lines (16 loc) · 781 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 781 Bytes

Scratch/BYOB Obfuscator

Build Status

This is a fun project for obfuscating Scratch/BYOB projects using scratchlib.

Contributing

Cloning

Since this is using scratchlib as a submodule, cloning needs to be done recursively. The submodule may also not be edited directly.

git clone --recursive https://github.com/meyfa/scratch-obfuscator.git

Building

This project should be built using the Maven package goal. That goal will generate target/scratch-obfuscator-<version>-jar-with-dependencies.jar, which is the final build result. Nevertheless, running from within Eclipse is supported as well.