Country-name game with speech recognition.
Demo: http://planet.devanco.com (will work only with a recent version of Chrome).
The goal was to build a nice game with the fewer lines of code possible but which would have been complicated to build a few years ago (3D Globe, speech recognition...).
It uses various libraries:
- D3.js (under BSD3 licence), a JavaScript library for manipulating documents based on data. More exactly the following example: http://mbostock.github.io/d3/talk/20111018/azimuthal.html
- annyang (under MIT licence), a JavaScript library for adding voice commands using speech recognition (https://www.talater.com/annyang/).
- And even animate.css a library to create CSS3 effects under MIT licence (http://daneden.me/animate/).