1
0
Fork 0
mirror of https://github.com/dirtbags/moth.git synced 2025-01-23 07:15:18 -07:00
moth/tanks/AI/medium/sittingduckwithteeth

10 lines
182 B
Text
Raw Normal View History

2009-10-06 11:50:21 -06:00
>addsensor(50, 0, 10, 1); # 0-Fire Sensor
>addsensor(100, 90, 150, 1);
>addsensor(100, 270, 150, 1);
: turretcw(75);
sense(0): fire();
sense(1): turretcw();
sense(2): turretccw();