MCPcopy
hub / github.com/arcxingye/EatKano / gameOver

Function gameOver

static/index.js:261–271  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

259 }
260
261 function gameOver() {
262 _gameOver = true;
263 clearInterval(_gameTime);
264 let cps = getCPS();
265 updatePanel();
266 setTimeout(function () {
267 GameLayerBG.className = '';
268 showGameScoreLayer(cps);
269 foucusOnReplay();
270 }, 1500);
271 }
272
273
274 function encrypt(text) {

Callers 2

timerFunction · 0.85
gameTapEventFunction · 0.85

Calls 4

getCPSFunction · 0.85
updatePanelFunction · 0.85
showGameScoreLayerFunction · 0.85
foucusOnReplayFunction · 0.85

Tested by

no test coverage detected