-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
23 lines (23 loc) · 823 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
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SpaceLander-GregoryKogan</title>
<style> body {display: block; padding: 0; margin: 0; overflow: hidden} </style>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.0.0/p5.js"></script>
<script src="Main.js"></script>
<script src="Vector.js"></script>
<script src="Box.js"></script>
<script src="Rocket.js"></script>
<script src="Platform.js"></script>
<script src="Line.js"></script>
<script src="Camera.js"></script>
<script src="GregoNeuron.js"></script>
<script src="GeneticAlgorithm.js"></script>
<script src="UI.js"></script>
<script src="FunctionBlock.js"></script>
</head>
<body>
</body>
</html>