Spaceplan
31–40 of 70 posts
Re: Spaceplan
#32I 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 ==…
Re: Spaceplan
#33Why do you keep doing this? :( You put a clicker in front of me and baam. Lost a hour.
Re: Spaceplan
#34The level of polish is what kept me clicking 285 times just to 'start' the game. Very cool.
Re: Spaceplan
#35Also, thanks for ruining my dissertation...
Re: Spaceplan
#36Kudos to the developers. Really lovely game, intuitive and entertaining, well-built.
Re: Spaceplan
#37Re: Spaceplan
#38Re: Spaceplan
#39I 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 ==…
Re: Spaceplan
#40Looks like Cookie clicker [1] [1] http://orteil.dashnet.org/cookieclicker/