-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
15 lines (15 loc) · 874 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>AngryPacman</title>
</head>
<body>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.11/p5.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.11/addons/p5.dom.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.11/addons/p5.sound.js"></script>
<script src="https://cdn.rawgit.com/matedemorphy/1f6327cded1e07a2e4bd26be82dae1b6/raw/dedd2265489396aade3ae8486be225a779309fcc/loadImageBypass.js"></script>
<script src="sketch.js"></script>
<p style="width: 864px;padding:8px;background-color:lightgray;color: rgb(1, 87, 155);font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;"><strong>Puntaje: </strong><span style="color: red;" id="score">0</span></p>
</body>
</html>