Skip to content

Scratch 3: ExportMe

License

Notifications You must be signed in to change notification settings

ottograjeda/t-534-Scratch3-ExportMe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scratch 3: ExportMe

"ExportMe" is a tool to export a Scratch 3 game into an HTML file.

The use case is to create games in Scratch 3 (using Scratch as a game engine). Once a game is release ready, export it using this tool (see live demo). Once exported, the game can be embedded into your website. If you are a developer, then the game can be refactored into a mobile app (using ReactJS & React-Native).

Motivation

I have 2 creative kids & a crafty wife; they asked if we, as a family, could create a game. I said “Yes, let’s do it!”

Installation

This is not a normal repo. If you are a developer, you can use the following

Demo & Animated GIFs

Notes - Development

Developers who want the exported game to work on mobile devices should review these repos: SimpleApp and/or SimpleLanding. The virtual machine, the game, and the mobile development repos... are all in JavaScript.

Inspiration

Sheep_maker created a tool called HTMLifier and his tool inspired Jeulibre aka Nekrofage to create a similar exporter. All tools, including mine, use download.js, LLK’s Scratch Virtual Machine, and custom JavaScript.