Saturday, January 02, 2016

SwipeLingo and Javascript Notebook

I've been working on a couple educational projects since Google, SwipeLingo and Javascript Notebook. SwipeLingo is a quick matching game for touchscreens. Javascript Notebook is a tool for writing coding tutorials, exercises, and examples.

I'm unable to fully finish them and get them exactly where I wanted them before starting at Microsoft. But I'm launching anyway in case they or the ideas in them are useful to others.

SwipeLingo is a game-with-a-purpose, a quick matching game that is both fun and helps with memorization like flash cards do. There are example games — particularly interesting is Chinese numbers, where you learn the characters pretty quickly after starting with wild guessing — and it's also easy to create your own. I was motivated to create SwipeLingo by loving Duolingo but wanting the vocabulary memorization in it to be more fun, and also wanting to try to build a non-native touch web app game that works equally well across desktop, laptop, tablet, and phone.

Javascript Notebook tries to make it easy to write and share coding tutorials, coursework, examples, exercises, and experiments. It was heavily motivated by Stanford's CS101 class and their content. Here are some examples: "Getting Started", "Introduction to Programming", "What You Can Do". It's a bit like a simple Javascript-only IPython Notebook in feel, but runs entirely in the browser, requiring no configuration or set up, just write and share. Others can modify the code, run it, and save and share their own copies.

Please let me know if take a look and have any comments or suggestions. And please tell others who might be interested about them too!

Update: About three years later, I shut both of these down. There are no longer available.

1 comment:

Greg Linden said...

Related, the coding tutorials at Crunchzilla, especially the popular Code Monster from Crunchzilla.