Hacker News new | ask | show | jobs
by nddrylliog 4768 days ago
Little know fact: there are 'save codes' - you can load the codes using hashtags, e.g. http://thechoice.amos.me/#firstdoor will bring you right to the programming part.

Didn't take the time to update the hash to reflect that though - some people would've noticed the URL has changed, others wouldn't have, and I would have needed to find an interface artifact to make sure most people get it.

TL;DR design is fucking hard but if you dig most dev-friendly features are in.

As for backspace doing back, blame your favorite browser maker. And change the defaults. And report an issue. That behavior (previous on back) was always idiotic, imho.

2 comments

Can you list some of the save codes for us? I've lost state more than a few times (old habit of hitting command-r to run code doesn't work well in browser-based development).
firstdoor, twodoors, secret, randomsecret, conditionals, lying, ship
Maybe store the game state in cookies so it can be resumed implicitly, but have the game restarted explicitly, by clearing them?