A Dark Room

A Dark Room

A Dark Room was one of the first really fun browser games I found (outside the amazing Kingdom of Loathing). It was mysterious and took me a long time to beat.

Turns out, there’s an easier way to get to the end than grinding all the resource gathering.

  1. Right-click on the page and ‘Inspect’
  2. In the panel, select Console
  3. Type the following and it will give you 100,000 units of whatever you have.
$.each(State.stores, function(e,i) { State.stores[e] = 100000; })

You will need to re-enter this command line any time you get access to another resource type to fill it up, but it makes a very long game into one that can be beaten in about an hour.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.