This is a pre-release. If you encounter any bugs please report them using GitHub issues. This game runs best in landscape mode. Performance of the event display may rely heavily on your hardware.
Particle Clicker is a game that was made during the CERN Webfest 2014. The idea is borrowed from Cookie Clicker, an amazing and addictive cookie-themed game.
-
Libraries
This game is realised using a few libraries. Those are
diff --git a/js/ui.js b/js/ui.js
index ef9d6a1..b7f1df6 100644
--- a/js/ui.js
+++ b/js/ui.js
@@ -144,7 +144,7 @@ var UI = (function () {
if (version != Helpers.version) {
var alert = '
';
alert += '';
- alert += ' Your saved state is out of date. Restart to use latest version of the game.';
+ alert += ' Your saved state is out of date. Restart to use latest version of the game.';
alert += '
';
alert = $(alert);
alert.find('a').click(function ()
@@ -162,7 +162,7 @@ var UI = (function () {
if (typeof $.cookie('cookielaw') === 'undefined') {
var alert = '
';
alert += '';
- alert += ' Particle Clicker uses local storage to store your current progress.';
+ alert += ' Particle Clicker uses local storage to store your current progress.';
alert += '
';
alert = $(alert);
alert.find('button').click(function ()
@@ -174,6 +174,21 @@ var UI = (function () {
$('#messages-container').append(alert);
}
+ if (typeof $.cookie('cern60') === 'undefined') {
+ var alert = '