This program is based on an unplugged activity called Pixel Programming from Canada Learning Code. It uses a simple domain-specific language (DSL) to demonstrate how simple instructions can be given to a computer.
Pixel drawing is hosted on github; you can work with it online here.
An offline version of pixel-drawing can be downloaded from the releases page. Just download the zip file and open index.html in your browser of choice.
Install the dependencies with yarn install or npm install, then run the dev server with yarn run dev or npm run dev. Build for production with yarn run build or npm run build.
See syntax.md