-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (24 loc) · 959 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
24
25
26
27
<!DOCTYPE html>
<html lang="en">
<head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.4.0/p5.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.4.0/addons/p5.sound.min.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
<meta charset="utf-8" />
</head>
<body>
<script src="sketch.js"></script>
<script src="ant.js"></script>
<div id="headder">
<em>Greg Kreisman: </em>
<ul>
<li><a href="https://github.com/greggelong/langtonsAnt">link to this github repo</a></li>
<li><a href="https://greggelong.github.io">link to website</a></li>
<li><a href="https://github.com/greggelong/">link to github</a></li>
</ul>
<h1>Langton's Ant</h1>
<p>check and uncheck box to see how the ants interact</p>
<p>There is oscillation if the second ant's offsets are not both even or odd</p>
</div>
</body>
</html>