Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
411
function
game_over(){
412
413
414
// document.getElementById("score").innerHTML = "Score : "+score;
415
$(
"#score"
).show();
416
$(
"#game"
).show();
417
418
419
}
420
421
function
draw()
422
{
Callers
1
ball
Function · 0.85
Calls
2
$
Function · 0.50
show
Method · 0.45
Tested by
no test coverage detected