https://github.com/kenny2github/scratch-dexter
A Scratch extension to interact with Dexter.
https://github.com/kenny2github/scratch-dexter
dexter scratch scratch-extension scratchx
Last synced: about 1 year ago
JSON representation
A Scratch extension to interact with Dexter.
- Host: GitHub
- URL: https://github.com/kenny2github/scratch-dexter
- Owner: Kenny2github
- Created: 2018-11-22T10:32:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-12T05:23:46.000Z (almost 7 years ago)
- Last Synced: 2025-02-13T07:46:20.997Z (about 1 year ago)
- Topics: dexter, scratch, scratch-extension, scratchx
- Language: JavaScript
- Size: 10.7 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# scratch-dexter
A Scratch extension to interact with Dexter.
## Loading
1. Install Node.JS: https://nodejs.org/en/download/
2. Make a folder, change into it, run `npm init` and `npm install ws`, and download the proxy file.
```bash
mkdir DexProxy
cd DexProxy
npm init
npm install ws
wget https://raw.githubusercontent.com/Kenny2github/scratch-dexter/master/httpd.js
```
3. Run the proxy server: `node httpd.js ` where `` is the IP of the robot.
4. Navigate to https://scratchx.org?url=https://kenny2github.github.io/scratch-dexter/ext.js#scratch
* On Chrome, click to enable Flash
5. Accept the warning about experimental extensions.
## Using
As an example:

This will make the robot wave back and forth.