-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
14 lines (14 loc) · 870 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
<head>
<title>Swimmer</title>
</head>
<body>
<style src = "style.css"></style>
<script src="https://cdnjs.cloudflare.com/ajax/libs/matter-js/0.14.2/matter.min.js" integrity="sha512-pi0tSRZdlNRZeANPwdAIHRAYg6gZZV6QlAiyHXn5TYqLzBKE9jlttO/QgYLMhISD6oNv2kPsVelx+n5nw0FqKA==" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/neataptic/1.4.1/neataptic.js" integrity="sha512-uoWdx/crNm4j2lALarfioYBCAQn8zDNk/w7OQHqtfHlaUR4tcEDVfL8Smix1ShuQ7m6YoRzpwPKNEJJhWulhDQ==" crossorigin="anonymous"></script><script src="agent.js"></script>
<script src="index.js"></script>
<canvas id="world"></canvas>
</body>
<!-- Add in button to save population and write to population.js,
Also remove index.js and replace with import.js or just use the normal tools -->
</html>