-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (19 loc) · 837 Bytes
/
Copy pathindex.html
File metadata and controls
22 lines (19 loc) · 837 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Robotopia</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body id="body">
<div id="gameIntro">
<h1>Robotopia</h1>
<p>Hello friend and welcome to Robotopia. In this game you are B8-A, a robot that lives in a dystopic and robotic environment, whom's mission is to seek spareparts spread at diffent levels and along the way pick up some new skills</p>
<h3>Keyboard Instructions</h3>
<img src="images/keyevent.png" alt="keys to use for playing">
<p>Move to right use key right arrow, move to left use key left arrow and hit space to jump. Find out more keys to use and start playing...</p>
<button><a href="game.html">Start</a></button>
</div>
</body>
</html>