-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdesert Runner.htm
More file actions
25 lines (20 loc) · 810 Bytes
/
desert Runner.htm
File metadata and controls
25 lines (20 loc) · 810 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!-- saved from url=(0080)file:///Users/shubhaj/Dropbox/step_shubham_j/htmlPractice/Game/desertRunner.html -->
<html><head><meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>desert Runner</title>
<script src="./desert Runner_files/desertRunner.js"></script>
<link rel="stylesheet" href="./desert Runner_files/desertRunner.css">
</head>
<body onkeypress="jump()">
<div>
<button onclick="startGame()" id="startButton">start Game</button>
<table>
<tbody><tr><td>
Your Score:
</td>
<td id="score"></td>
</tr></tbody></table>
</div>
<img src="./desert Runner_files/cactus1.png" id="obstacle">
<img src="./desert Runner_files/runnerRunning.gif" id="runner">
<img src="./desert Runner_files/road.png" id="road">
</body></html>