-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
153 lines (153 loc) · 5.39 KB
/
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8">
<title>Homework</title>
</head>
<body>
<h1>bug's game AI homework</h1>
<p>completed using <a href="http://elm-lang.org/">Elm</a> 0.17
(<a href="elm-package.json">external dependencies</a>)
<pre>for hw in hw*.elm ; do elm make "$hw" --output="${hw%.elm}.html" ; done</pre></p>
<nav><ol>
<li>
<details><summary><a href="hw1.html">Chase/Evade</a></summary>
<p>Source files:
<a href="Vec2.elm">Vec2.elm</a>,
<a href="ClassicalEngine.elm">ClassicalEngine.elm</a>,
<strong><a href="ChaseEvade.elm">ChaseEvade.elm</a></strong>,
<a href="hw1.elm">hw1.elm</a>.
</p>
</details></li>
<li><details><summary><a href="hw2.html">Obstacle Avoidance</a></summary>
<p>Source files:
<strong><a href="CircleAvoid.elm">CircleAvoid.elm</a></strong>,
<a href="hw2.elm">hw2.elm</a>.
</p>
<p><small>Dependencies:
<a href="Vec2.elm">Vec2.elm</a>,
<a href="ClassicalEngine.elm">ClassicalEngine.elm</a>.
</small></p>
</details></li>
<li><details><summary><a href="hw3.html">Flocking</a></summary>
<p>Source files:
<strong><a href="Flocking.elm">Flocking.elm</a></strong>,
<a href="hw3.elm">hw3.elm</a>.
</p>
<p><small>Dependencies:
<a href="Vec2.elm">Vec2.elm</a>,
<a href="ClassicalEngine.elm">ClassicalEngine.elm</a>.
</small></p>
</details></li>
<li><details><summary><a href="hw4.html">Path Finding</a></summary>
<p>Source files:
<a href="ArrayToList.elm">ArrayToList.elm</a>,
<a href="Grid.elm">Grid.elm</a>,
<strong><a href="Heap.elm">Heap.elm</a></strong>,
<strong><a href="PathFinding.elm">PathFinding.elm</a></strong>,
<a href="hw4.elm">hw4.elm</a>.
</p>
</details></li>
<li><details><summary><a href="hw5.html">Path Following</a></summary>
<p>Source files:
<strong><a href="PathFollowing.elm">PathFollowing.elm</a></strong>,
<a href="hw5.elm">hw5.elm</a>.
</p>
<p><small>Dependencies:
<a href="Vec2.elm">Vec2.elm</a>,
<a href="ClassicalEngine.elm">ClassicalEngine.elm</a>,
<a href="ChaseEvade.elm">ChaseEvade.elm</a>,
<a href="ArrayToList.elm">ArrayToList.elm</a>,
<a href="Grid.elm">Grid.elm</a>,
<a href="Heap.elm">Heap.elm</a>,
<a href="PathFinding.elm">PathFinding.elm</a>.
</small></p>
</details></li>
<li><details><summary><a href="hw6.html">State Machines</a></summary>
<p>Source files:
<strong><a href="StateMachine.elm">StateMachine.elm</a></strong>,
<strong><a href="TreasureGame.elm">TreasureGame.elm</a></strong>
<a href="hw6.elm">hw6.elm</a>.
</p>
<p><small>Dependencies:
<a href="Vec2.elm">Vec2.elm</a>,
<a href="ClassicalEngine.elm">ClassicalEngine.elm</a>,
<a href="ChaseEvade.elm">ChaseEvade.elm</a>,
<a href="ArrayToList.elm">ArrayToList.elm</a>,
<a href="Grid.elm">Grid.elm</a>,
<a href="Heap.elm">Heap.elm</a>,
<a href="PathFinding.elm">PathFinding.elm</a>,
<a href="PathFollowing.elm">PathFollowing.elm</a>.
</small></p>
</details></li>
<li><details><summary><a href="hw7.html">Behavior Trees</a></summary>
<p>Source files:
<strong><a href="BehaviourTree.elm">BehaviourTree.elm</a></strong>,
<strong><a href="TreasureGame_BT.elm">TreasureGame_BT.elm</a></strong>,
<a href="hw7.elm">hw7.elm</a>.
</p>
<p><small>Dependencies:
<a href="Vec2.elm">Vec2.elm</a>,
<a href="ClassicalEngine.elm">ClassicalEngine.elm</a>,
<a href="ChaseEvade.elm">ChaseEvade.elm</a>,
<a href="ArrayToList.elm">ArrayToList.elm</a>,
<a href="Grid.elm">Grid.elm</a>,
<a href="Heap.elm">Heap.elm</a>,
<a href="PathFinding.elm">PathFinding.elm</a>,
<a href="PathFollowing.elm">PathFollowing.elm</a>,
<a href="TreasureGame.elm">TreasureGame.elm</a>.
</small></p>
</details></li>
<li><details><summary><a>Group Logic</a></summary>
<p>Uncompleted.</p>
</details></li>
<li><details><summary><a>Minimax</a></summary>
<p>Uncompleted.</p>
</details></li>
<li><details><summary><a href="hw10.html">Genetic Algorithms</a></summary>
<p>Source files:
<strong><a href="Genetics.elm">Genetics.elm</a></strong>,
<strong><a href="Tanks.elm">Tanks.elm</a></strong>,
<a href="hw10.elm">hw10.elm</a>.
</p>
<p><small>Dependencies:
<a href="Vec2.elm">Vec2.elm</a>,
<a href="ClassicalEngine.elm">ClassicalEngine.elm</a>.
</small></p>
</details></li>
<li><details><summary><a href="hw11.html">Neural Networks</a></summary>
<p>Source files:
<a href="Matrix/Extra.elm">Matrix/Extra.elm</a>,
<strong><a href="NeuralNet.elm">NeuralNet.elm</a></strong>,
<strong><a href="NeuroTanks.elm">NeuroTanks.elm</a></strong>,
<a href="hw11.elm">hw11.elm</a>.
</p>
<p><small>Dependencies:
<a href="Vec2.elm">Vec2.elm</a>,
<a href="ClassicalEngine.elm">ClassicalEngine.elm</a>,
<a href="Genetics.elm">Genetics.elm</a>.
</small></p>
</details></li>
<li><details><summary><a href="hw12.html">Final (MonsterGame)</a></summary>
<p>Source files:
<strong><a href="HeatMap.elm">HeatMap.elm</a></strong>,
<strong><a href="MonsterGame.elm">MonsterGame.elm</a></strong>,
<a href="hw12.elm">Final.elm</a>.
</p>
<p><small>Dependencies:
<a href="Vec2.elm">Vec2.elm</a>,
<a href="ClassicalEngine.elm">ClassicalEngine.elm</a>,
<a href="ChaseEvade.elm">ChaseEvade.elm</a>,
<a href="ArrayToList.elm">ArrayToList.elm</a>,
<a href="Grid.elm">Grid.elm</a>,
<a href="Heap.elm">Heap.elm</a>,
<a href="PathFinding.elm">PathFinding.elm</a>,
<a href="PathFollowing.elm">PathFollowing.elm</a>,
<a href="TreasureGame.elm">TreasureGame.elm</a>,
<a href="BehaviourTree.elm">BehaviourTree.elm</a>,
<a href="TreasureGame_BT.elm">TreasureGame_BT.elm</a>.
</small></p>
</details></li>
</ol></nav>
</body>
</html>