lol, got all the hats, but did so by thinking to myself, "since this is a javascript game, what if I just type money=1000 into the console?" and laughed out loud when it actually worked XD
Richard Moss
Recent community posts
barely runs at all on firefox, the input lag problem mentioned from another user. does runs on chromium, but spikes my cpu usage up something shocking and my computer fans start rearing up, then even if I continue playing like that eventually the game just fails to load the forest and I end up with a black screen and just sounds. like wtf is going on with the programming side of this game? It looks pretty and is the sort of game I'd usually get into and all, but really...
How I solved it:
H1 has to be false, as otherwise H4 would be redundant thus illegal.
H5 has to be true, as otherwise there would be no way to deduce the 4th digit.
->Implied hint: digits 1, 2, and 3 need to add to 8, so the 4th digit can be restricted to only 9.
H2 and H3 have to be true, as otherwise we would not be able to deduce the 2nd and 3rd digits at all.
H4 being true allows 2 possible answers, 2238 and 2239, thus it must be false. (see implied hint)
H4 being false allows only 1 answer, 3239, thus this is the answer.