scrimba
Code with AI
Games, Apps and more
Build a "Whac-a-Mole" style game called "FaceBomp"
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

To see this lesson you need to be logged in. Joining Scrimba is free and gives you access to 20+ courses.Sign up
Build a "Whac-a-Mole" style game called "FaceBomp"
AboutCommentsNotes
Build a "Whac-a-Mole" style game called "FaceBomp"
Expand for more info
index.html
run
preview
console
<!doctype html>
<html>
<head>
<title>FaceBomp</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1>Hello world</h1>
<script src="script.js"></script>
</body>
</html>
Console
/index.html
-13:03