Live data from Hacker News

Spaceplan

jhollands.co.uk

31–40 of 70 posts

Re: Spaceplan

#32

I love it! Found myself doing mental calculations for the most effective thing to buy next, and the next thing I knew I'd written a script to automatically buy it: var clickBestThing = function(){ var things = [...document.querySelectorAll("#manufacture__container > div")].map(function(e){ var res = {e}; [...e.getElementsByTagName("span")].map(function(s){ res[s.id] = +s.innerText.replace(/[^0-9]/g, '') }) if(e.id ==…

Typical Noob idiot coming through, first of all i've got to praise you for doing that the amount of effort that took must be high, but being the typical noob idiot I am I have to also wonder how I actually use this? reply

Re: Spaceplan

#34
Nicely done! I just finished with no cheats and thoroughly enjoyed myself.

The level of polish is what kept me clicking 285 times just to 'start' the game. Very cool.

Re: Spaceplan

#36
There goes my Saturday morning! Time to go stick my wrists in a bucket of ice.

Kudos to the developers. Really lovely game, intuitive and entertaining, well-built.

Re: Spaceplan

#39

I love it! Found myself doing mental calculations for the most effective thing to buy next, and the next thing I knew I'd written a script to automatically buy it: var clickBestThing = function(){ var things = [...document.querySelectorAll("#manufacture__container > div")].map(function(e){ var res = {e}; [...e.getElementsByTagName("span")].map(function(s){ res[s.id] = +s.innerText.replace(/[^0-9]/g, '') }) if(e.id ==…

Nice! After clicking the button a few times my first inclination was also to open the console and see how I could make my life easier.
Post reply on HN