-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (24 loc) · 905 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/menu.css">
</head>
<body>
<script src="js/solutions/solutions.js"></script>
<script src="js/libs/panel.js"></script>
<script src="js/libs/canvasrender.js"></script>
<script src="js/libs/utils.js"></script>
<script src="js/libs/cssclass.js"></script>
<script src="js/menus/solutionsmenu.js"></script>
<script src="js/game/userinput.js"></script>
<script src="js/game/generateframecells.js"></script>
<script src="js/game/gamescenariorunner.js"></script>
<script src="js/game/gameview.js"></script>
<script src="js/game/game.js"></script>
<script src="js/gamerunner.js"></script>
<script src="js/constants.js"></script>
<script src="js/scenarios.js"></script>
<script src="js/progress.js"></script>
<script src="js/main.js"></script>
</body>
</html>