Skip to content

Comment on Show HN: The Choice – An online programming puzzle RPGparent

Comments

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.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.