All activity
Ron Ilan
left a comment
Please readme first: https://github.com/ronilan/that-...
A few notes:
- Impossible.js is ready for release. There is a written tutorial, a template repo and multiple demo apps/games, including a multi-tab code editor and a flappy bird.
- While it is in a release ready state, it has never been, nor has it
been licensed in any form.
- Software is currently closed source. All NPM packages are...
Impossible.js
Build terminal apps in JavaScript
Impossible.js is an Object Oriented JavaScript library for building cross-platform terminal apps (and games). It lets you compose complex user interfaces from small and isolated components, thus greatly simplifying the creation of terminal apps.
Impossible.js
Build terminal apps in JavaScript
Ron Ilan
left a comment
From the FAQ (https://www.blocklike.org/faq.html)
===
Who created BlockLike.js?
I did. I'm Ron, father of three from Vancouver BC, Canada. I'll be the one answering your questions below.
How did it come to be?
One day, while a top a mountain, I had a profound epiphany: the world needs a new JavaScript library!!!1 I went home, opened a text editor and wrote it in like an hour....
BlockLike.js
Bridging the gap between block programming and JavaScript.
BlockLike.js is an educational JavaScript library. It bridges the gap between block-based and text-based programming.
Designed following scratch.mit.edu concepts, methods and patterns BlockLike.js code is meant to be as similar as possible to . Scratch blocks.
BlockLike.js
Bridging the gap between block programming and JavaScript.
BlockLike.js is an educational JavaScript library. It bridges the gap between block-based and text-based programming.
It is designed following Scratch concepts, methods and patterns. The screen is a Stage. Interaction is with Sprites. Code is executed in a "paced" manner. Scratch block code and BlockLike.js code are meant to be literally similar.
BlockLike
Bridging the gap between Block Programming and JavaScript