xxxxxxxxxx
21
<html>
<head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.8.0/p5.js"></script>
<link href="https://fonts.googleapis.com/css?family=Ubuntu:300&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="style.css">
<meta charset="utf-8" />
</head>
<body>
<script src="neural.js"></script>
<script src="matrix.js"></script>
<script src="sketch.js"></script>
<script src="game.js"></script>
<script src="chart.js"></script>
</body>
</html>