xxxxxxxxxx
27
<html>
<head>
<meta charset="UTF-8">
<script language="javascript" type="text/javascript"
src="https://cdn.jsdelivr.net/npm/p5@0.10.2/lib/p5.min.js"></script>
<script language="javascript" src="https://cdn.jsdelivr.net/npm/p5@0.10.2/lib/addons/p5.sound.min.js"></script>
<script language="javascript" type="text/javascript" src="vehicle.js"></script>
<script language="javascript" type="text/javascript" src="sketch.js"></script>
</head>
<body>
<h1>Evolving Steering Behaviors</h1>
<h3>There seems to be a problem saving data from the web editor. If you want to be able to save your configurations and vehicles, I suggest getting the source from GitHub and running it locally, as saveJSON, seems to have a problem in the web editor.</h3>
<p>
This sketch is an elaboration on a <a target="_blank" ref="noreferrer noopener"
href="https://youtu.be/ykOcaInciBI">Coding Challenge (#69)</a>
done on the <a target="_blank" ref="noreferrer noopener" href="https://codingtra.in">Coding Train</a>
by Dan Shiffman. I began with the code from the end of part 4 and added several things.
For a list of things that I changed, see the changes.txt file on the side
</p>
</body>
</html>