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.
- Right-click on the page and ‘Inspect’
- In the panel, select Console
- 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.