-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (21 loc) · 973 Bytes
/
index.html
File metadata and controls
24 lines (21 loc) · 973 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!doctype html>
<html>
<head>
<title>Testing now</title>
<script src="https://pixijs.download/release/pixi.js"></script>
<script src="./gpuJs/dist/gpu-browser.min.js"></script>
</head>
<body>
<!--<h1>Hello PixiJS</h1> -->
<meta http-equiv="Permissions-Policy" content="interest-cohort=()">
<script type="text/javascript" src="./Math.js"></script>
<script type="text/javascript" src="./Vector2.js"></script>
<script type="text/javascript" src="./Objects/Bibite.js"></script>
<script type="text/javascript" src="./Objects/Food.js"></script>
<script type="text/javascript" src="./NeuralNetwork/NeuralNetwork2.js"></script>
<script type="text/javascript" src="./NeuralNetwork/Node.js"></script>
<script type="text/javascript" src="./NeuralNetwork/NeatNN.js"></script>
<script type="text/javascript" src="./test.js"></script>
<script type="text/javascript" src="./TestFunctions.js"></script>
</body>
</html>