ABC
1
PATRICK#
2
FORWARD
3
DOWNLOAD LATEST VERSION (2016-02-06)
4
DateChangelogMedia
5
2015-10-17added stick blade rotation, improved turninghttps://streamable.com/ywdj
6
2015-10-18added more precise "posession" state. Made former behavior "chase" mode used when puck is far awayhttps://streamable.com/4ikq
7
2015-10-19Added crouch turns. Implemented basic shooting when facing nethttps://streamable.com/8lsc
8
2015-10-24Improved coordination between bots when using multiple on same team. Created new bot "Steve B Ott" that only plays defense
9
2015-12-08Fixed coordinate mismatch bug
10
2015-12-10Added chat function. (Currently only tells you if he has the puck)
11
2016-02-06Expanded chat function, Added strategy selection based on current score
12
2016-02-14fixed and reimplemented ability to shoothttps://streamable.com/cfd2
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