Hi all,
this is Kevin from the Particle Clicker dev team. We made this game last weekend at the [CERN Webfest](<a href="http://webfest.web.cern.ch" rel="nofollow">http://webfest.web.cern.ch</a>). We didn't get much actual work done since then...<p>Thanks a lot, this is really amazing but the game is far from perfect. We will release a mobile version soon. The code for everything is on [GitHub](<a href="https://github.com/particle-clicker/particle-clicker" rel="nofollow">https://github.com/particle-clicker/particle-clicker</a>) and we really need your help to make it better.
Since we are linking are favorite "idle" games, I have to recommend A Dark Room: <a href="http://adarkroom.doublespeakgames.com/" rel="nofollow">http://adarkroom.doublespeakgames.com/</a>
All you need to do now is add in some kind of sneaky hidden lite-coin mining and release mobile versions.<p>EDIT: Obviously, don't do that. But I'm kind of surprised it hasn't happened yet.
<p><pre><code> auto-clicker hack:
var de = $('#detector-events');
requestAnimationFrame(function next() {
de.click();
requestAnimationFrame(next);
});
</code></pre>
I know I know.. where is the fun, right?
The main thing I learnt from playing this game is that we should have given up on High Energy Physics after discovering the Tau-lepton, and gone on to do something more productive with our time, money & human resources...
Some easter egg, like opening a portal to another dimension and (perhaps) destroying Earth after 'too much' research on Higgs boson would be nice, I think.
This is really great! For spoilers, check out: <a href="https://github.com/particle-clicker/particle-clicker/blob/master/json/" rel="nofollow">https://github.com/particle-clicker/particle-clicker/blob/ma...</a>. I enjoyed where the "Summer Students" ranked.<p>For hacks, check out the "GameObjects.lab" object in the console.
This is a derivation of a derivation of Cow Clicker, which was made as a satire of Zynga games.<p><a href="http://en.wikipedia.org/wiki/Cow_Clicker" rel="nofollow">http://en.wikipedia.org/wiki/Cow_Clicker</a>