Scratch game converted to an HTML file and made into an electron app
Make sure that the following are installed:
There are many tools online that can be used to convert a .sb3
file to a .html
file. This one gets the job done quite nicely.
Once downloaded, navigate to the installation directory and the following commands can be ran with the command prompt:
# Install necessary dependencies
yarn install
# Run the app
yarn start
# Build the app into a .exe file
yarn dist