-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (34 loc) · 1.01 KB
/
index.html
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
26
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html lang="en">
<head>
<!DOCTYPE html>
<html lang="pt_BR">
<html>
<head>
<div id="sketch-holder">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Freeway</title>
<h1 class="info">Freeway</h1>
<h3>Remake do jogo clássico de 1981</h3>
<script src="p5.js"></script>
<script src="p5.collide2d.js"></script>
<script src="p5.sound.min.js"></script>
<script src="pong.js"></script>
<link rel="stylesheet" href="style.css">
<meta charset="utf-8" />
</div>
</head>
<body>
<script src="sketch.js"></script>
<script src="imagens.js"></script>
<script src="ator.js"></script>
<script src="carro.js"></script>
<script src="p5.collide2d.js"></script>
<div id ="text">
<h2 class="info">
⬆ ⬅ ⬇ ➡ / W A S D - Movimenta a espaçonave</h2>
</div>
</body>
</html>