Very cool. What are you using for the voice synthesizer?
Also, I'm stuck on a bug: When I hit command-enter after typing "open @left", it spawns a new window with http://thechoice.amos.me/[object%20Object]. (Chrome 27, Mac 10.8)
See, that's a very interesting "bug" that was reported to me before.
Here's a little behind the scenes: your answers are actually CoffeeScript that get compiled on the client (along with some support code for each question) and eval'ed.
Since window.open is defined, that's what's happening here.
The commands you're looking for, for that question, are more along the lines of 'enter'.
EDIT: for voice synthesis: speaker.js - an Emscripten-compiled version of espeak. It sounds crappy, which is just a perfect casting for this voice.
Do you have a link for speaker.js? I found "Speak-js" (https://github.com/mattytemple/speak-js) which is also emscripten-compiled from a C++ speech synthesizer. Same thing? Also, great game thanks for sharing with us; I very much enjoyed it.
Also, I'm stuck on a bug: When I hit command-enter after typing "open @left", it spawns a new window with http://thechoice.amos.me/[object%20Object]. (Chrome 27, Mac 10.8)