-
Notifications
You must be signed in to change notification settings - Fork 22
/
index.html
23 lines (19 loc) · 940 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
<html>
<head>
<title>Agar.io NN</title>
<script src="https://cdn.rawgit.com/wagenaartje/neataptic/a7610e38/dist/neataptic.js"></script>
<script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
</head>
<body>
<h3>The following neural agents are a result of 1000+ generations of evolution</h3>
<p>If you have any remarks, or have managed to improve the evolution process, please make a post <a href="https://github.com/wagenaartje/neataptic/">here</a>. You can also perform a pull request on this repo.</p>
<div id="field" width="100%">
</div>
<script src="libs/p5.js"></script>
<script src="js/main.js"></script>
<script src="js/population.js"></script>
<script src="js/player.js"></script>
<script src="js/food.js"></script>
<script src="js/field.js"></script>
</body>
</html>