Compare commits

..

No commits in common. "master" and "dev" have entirely different histories.
master ... dev

View File

@ -83,7 +83,6 @@ GameManager.prototype.actuate = function () {
// Clear the state when the game is over (game over only, not win)
if (this.over) {
console.log("over "+this.score);
this.storageManager.clearGameState();
} else {
this.storageManager.setGameState(this.serialize());