Virtual Machine used to represent, run, and maintain the state of programs for Scratch 3.0
Find a file
semantic-release-bot cbbbbb6c9c chore(release): 1.0.0 [skip ci]
# 1.0.0 (2022-07-05)

### Bug Fixes

* Equalise the chances when picking a random backdrop ([b29f076](b29f07636d))
* initialize stack frame params for all procedures ([20ff75b](20ff75b776))
* **package:** update @vernier/godirect to version 1.4.1 ([089f892](089f892316)), closes [#1915](https://github.com/LLK/scratch-vm/issues/1915)
* **package:** update @vernier/godirect to version 1.5.0 ([e1fe21c](e1fe21cd2a)), closes [#1961](https://github.com/LLK/scratch-vm/issues/1961)
* **package:** update diff-match-patch to version 1.0.4 ([7d32c81](7d32c8107e)), closes [#1552](https://github.com/LLK/scratch-vm/issues/1552)
* **package:** update format-message to version 6.2.0 ([5779a48](5779a48434))
* **package:** update format-message to version 6.2.1 ([c71da28](c71da286c8))
* **package:** update htmlparser2 to version 3.10.0 ([e1fc448](e1fc448493))
* **package:** update scratch-parser to version 4.2.0 ([b1dacd4](b1dacd4b59))
* **package:** update scratch-parser to version 4.3.0 ([a103af8](a103af8bb9))
* **package:** update scratch-parser to version 4.3.1 ([d909ac5](d909ac5391))
* **package:** update scratch-parser to version 4.3.3 ([641c2f3](641c2f398d))
* **package:** update scratch-parser to version 4.3.5 ([6715b2e](6715b2ec34))
* **package:** update scratch-parser to version 4.3.6 ([d354d89](d354d89f97))
* **package:** update scratch-parser to version 5.0.0 ([43ddb7c](43ddb7ce81))
* **package:** update scratch-sb1-converter to version 0.2.2 ([58c9f4e](58c9f4eb3b))
* **package:** update scratch-sb1-converter to version 0.2.5 ([29d229c](29d229c1db))
* **package:** update scratch-sb1-converter to version 0.2.6 ([e4300da](e4300da429))
* **package:** update scratch-sb1-converter to version 0.2.7 ([f64eaa3](f64eaa3329))
* resolve scratch-*/src/index.js for expose-loader ([fda2885](fda288506a))
* use ValidationError to determine if an SB1File error should throw ([a92f339](a92f33960f))
* **util:** Make string comparisons match Flash's, everywhere ([dab78c4](dab78c4f62))

### Features

* Allow switching to specially named backdrops ([341bd8f](341bd8f3d3))
* Implement "point towards random direction" ([306996e](306996e54c))

### Reverts

* Revert "Consistently format text bubbles" ([2a42285](2a42285abe))
* Revert "add SAY_OR_THINK getter" ([7330129](7330129cc6))
* Revert "synth extension" ([dbcbe8b](dbcbe8b94f))
* Revert "lightplay extension stub" ([d1b261d](d1b261d56e))
* Revert "lightplay extension stub" ([7501af4](7501af4c6b))
* Revert "Attempting to fix #1492: WeDo2 use of  should be backwards compatible." ([1f7d9d3](1f7d9d3b67)), closes [#1492](https://github.com/LLK/scratch-vm/issues/1492)
* Revert "Revert #1260, #1258, #1239" ([9afe401](9afe401dca)), closes [#1260](https://github.com/LLK/scratch-vm/issues/1260) [#1258](https://github.com/LLK/scratch-vm/issues/1258) [#1239](https://github.com/LLK/scratch-vm/issues/1239)
* Revert "Revert "Push reported"" ([d04d6b2](d04d6b2c6a))
* Revert "Fix test" ([a586c5d](a586c5d9cd))

### BREAKING CHANGES

* specially-named backdrops can now be navigated
2022-07-05 20:16:29 +00:00
.circleci ci: add GH Pages deploy and the i18n cron job 2022-06-07 14:55:24 -07:00
.github update contributor guidelines 2020-05-28 15:25:11 -04:00
.husky chore: add husky hook for commitlint 2022-06-07 11:44:05 -07:00
.tx Update tx/config for Scratch 3.0 2018-05-11 08:20:20 -04:00
docs remove links to older extensions page 2021-06-24 13:46:03 -04:00
src test: don't use process.exit to end tests 2022-06-07 11:44:06 -07:00
test test(clone-cleanup): go back to using an SB2 2022-06-10 10:14:17 -07:00
.editorconfig ci: add GH Pages deploy and the i18n cron job 2022-06-07 14:55:24 -07:00
.eslintignore Add benchmark to ignore files 2017-11-20 19:18:18 -05:00
.eslintrc.js Use ES6 linting rules in the project root 2017-04-24 15:37:58 -04:00
.gitattributes use scratch-renovate-config:conservative 2021-07-26 16:28:07 -07:00
.gitignore Remove cache from Travis, begin using npm ci 2018-06-28 10:52:04 -04:00
.jsdoc.json Add jsdoc to package json and test/build tasks 2018-07-31 11:22:42 -04:00
.npmignore Remove webpack config from npm ignore. Custom branches that depend directly on the repo need this to work. 2018-07-10 16:41:43 -04:00
CHANGELOG.md chore(release): 1.0.0 [skip ci] 2022-07-05 20:16:29 +00:00
commitlint.config.js chore: add commitlint 2022-06-07 11:44:05 -07:00
LICENSE Initial commit 2016-03-28 12:53:44 -04:00
package-lock.json test: upgrade tap, configure coverage thresholds 2022-06-07 11:44:06 -07:00
package.json ci: add GH Pages deploy and the i18n cron job 2022-06-07 14:55:24 -07:00
README.md Merge branch 'develop' into removev2SvgAdapter 2021-04-01 18:19:37 -04:00
release.config.js ci: add GH Pages deploy and the i18n cron job 2022-06-07 14:55:24 -07:00
renovate.json5 use scratch-renovate-config:conservative 2021-07-26 16:28:07 -07:00
TRADEMARK Update TRADEMARK 2018-06-18 13:13:09 -04:00
webpack.config.js replace nets with Fetch API 2021-02-19 10:56:33 -05:00

scratch-vm

Scratch VM is a library for representing, running, and maintaining the state of computer programs written using Scratch Blocks.

Build Status Coverage Status

Installation

This requires you to have Git and Node.js installed.

To install as a dependency for your own application:

npm install scratch-vm

To set up a development environment to edit scratch-vm yourself:

git clone https://github.com/LLK/scratch-vm.git
cd scratch-vm
npm install

Development Server

This requires Node.js to be installed.

For convenience, we've included a development server with the VM. This is sometimes useful when running in an environment that's loading remote resources (e.g., SVGs from the Scratch server). If you would like to use your modified VM with the full Scratch 3.0 GUI, follow the instructions to link the VM to the GUI.

Running the Development Server

Open a Command Prompt or Terminal in the repository and run:

npm start

Playground

To view the Playground, make sure the dev server's running and go to http://localhost:8073/playground/ - you will be directed to the playground, which demonstrates various tools and internal state.

VM Playground Screenshot

Standalone Build

npm run build
<script src="/path/to/dist/web/scratch-vm.js"></script>
<script>
    var vm = new window.VirtualMachine();
    // do things
</script>

How to include in a Node.js App

For an extended setup example, check out the /src/playground directory, which includes a fully running VM instance.

var VirtualMachine = require('scratch-vm');
var vm = new VirtualMachine();

// Block events
Scratch.workspace.addChangeListener(vm.blockListener);

// Run threads
vm.start();

Abstract Syntax Tree

Overview

The Virtual Machine constructs and maintains the state of an Abstract Syntax Tree (AST) by listening to events emitted by the scratch-blocks workspace via the blockListener. Each target (code-running object, for example, a sprite) keeps an AST for its blocks. At any time, the current state of an AST can be viewed by inspecting the vm.runtime.targets[...].blocks object.

Anatomy of a Block

The VM's block representation contains all the important information for execution and storage. Here's an example representing the "when key pressed" script on a workspace:

{
  "_blocks": {
    "Q]PK~yJ@BTV8Y~FfISeo": {
      "id": "Q]PK~yJ@BTV8Y~FfISeo",
      "opcode": "event_whenkeypressed",
      "inputs": {
      },
      "fields": {
        "KEY_OPTION": {
          "name": "KEY_OPTION",
          "value": "space"
        }
      },
      "next": null,
      "topLevel": true,
      "parent": null,
      "shadow": false,
      "x": -69.333333333333,
      "y": 174
    }
  },
  "_scripts": [
    "Q]PK~yJ@BTV8Y~FfISeo"
  ]
}

Testing

npm test
npm run coverage

Publishing to GitHub Pages

npm run deploy

This will push the currently built playground to the gh-pages branch of the currently tracked remote. If you would like to change where to push to, add a repo url argument:

npm run deploy -- -r <your repo url>

Donate

We provide Scratch free of charge, and want to keep it that way! Please consider making a donation to support our continued engineering, design, community, and resource development efforts. Donations of any size are appreciated. Thank you!