Skip to content

Commit

Permalink
Hedgehog Havoc Game Added
Browse files Browse the repository at this point in the history
  • Loading branch information
shellygarg10 committed Jul 12, 2024
1 parent 520a835 commit de221dc
Show file tree
Hide file tree
Showing 6 changed files with 1,491 additions and 2 deletions.
Binary file added Games/Hedgehog_Havoc/Hedgehog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions Games/Hedgehog_Havoc/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title> HEDGEHOG HAVOC</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css">
<link rel="stylesheet" href="./style.css">

</head>
<body>
<!-- partial:index.partial.html -->
<div id="world" />
<div id="gameoverInstructions">
Game Over
</div>
<div id="dist">
<div class="label">distance</div>
<div id="distValue">000</div>
</div>

<div id="instructions">Click to jump<span class="lightInstructions"> — Grab the carrots / avoid the hedgehogs</span></div>

<!-- partial -->
<script src='https://cdnjs.cloudflare.com/ajax/libs/three.js/r80/three.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/gsap/1.19.0/TweenMax.min.js'></script>
<script src='https://s3-us-west-2.amazonaws.com/s.cdpn.io/264161/OrbitControls.js'></script><script src="./script.js"></script>

</body>
</html>
Loading

0 comments on commit de221dc

Please sign in to comment.