/pixel-drawing

Teaching basic programming concepts by drawing with pixels

Primary LanguageJavaScriptMIT LicenseMIT

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.

Usage

Online

Pixel drawing is hosted on github; you can work with it online here.

Offline

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.

Building locally

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.

Syntax

See syntax.md

License

MIT