MCPcopy
hub / github.com/Vishal-raj-1/Awesome-JavaScript-Projects / game_over

Function game_over

assets/js/break_blocks/break.js:411–419  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

409}
410
411function game_over(){
412
413
414 // document.getElementById("score").innerHTML = "Score : "+score;
415 $("#score").show();
416 $("#game").show();
417
418
419 }
420
421function draw()
422{

Callers 1

ballFunction · 0.85

Calls 2

$Function · 0.50
showMethod · 0.45

Tested by

no test coverage detected