-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
21 lines (21 loc) · 924 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!doctype html>
<html>
<head>
<link rel="stylesheet" href="scripts/utils/styles.css"/>
<script src="scripts/maze/graph.js"></script>
<script src="scripts/maze/prim.js"></script>
<script src="scripts/maze/bfs.js"></script>
<script src="scripts/raycasting/map.js"></script>
<script src="scripts/raycasting/ray.js"></script>
<script src="scripts/raycasting/player.js"></script>
<script src="scripts/utils/functions.js"></script>
<script src="scripts/utils/button.js"></script>
<script src="scripts/utils/p5.js"></script>
<script src="scripts/utils/Queue.js"></script>
<script src="scripts/utils/constants.js"></script>
<script src="scripts/main.js"></script>
</head>
<body>
<!--meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"-->
</body>
</html>