xxxxxxxxxx
31
<html lang="en">
<head>
<!--//CREDIT TO DANIEL SHIFFMAN:
//CREATING GAME (NO NEURAL NETWORK)
//https://www.youtube.com/watch?v=hacZU523FyM Coding Challenge #46.1: Asteroids with p5.js - Part 1
//NEURAL NETWORK https://www.youtube.com/watch?v=c6y21FkaUqw Coding Challenge #100.1: Neuroevolution Flappy Bird - Part 1
-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.10.2/p5.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.10.2/addons/p5.sound.min.js"></script>
<script src="https://james-lang.github.io/Asteroid/sketch.js"></script>
<script src="https://james-lang.github.io/Asteroid/nn.js"></script>
<script src="https://james-lang.github.io/Asteroid/gen.js"></script>
<script src="https://james-lang.github.io/Asteroid/lazer.js"></script>
<script src="https://james-lang.github.io/Asteroid/asteroid.js"></script>
<script src="https://james-lang.github.io/Asteroid/ship.js"></script>
<script src="https://james-lang.github.io/Asteroid/matrix.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
<meta charset="utf-8" />
</head>
<body>
</body>
</html>