summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2015-08-12 17:50:28 +0200
committerFlorian Jung <flo@windfisch.org>2015-08-12 17:50:28 +0200
commitc8fd1bf7c0fd68a976689767fa10c9e7bbc08ca8 (patch)
treec493f5734833d47f3e04b878c08c2d4d209b7d58
parent5d617ed918d9fe98a0155dea87dd402ec66fb84e (diff)
remove test stuff
-rw-r--r--strategy.py12
1 files changed, 1 insertions, 11 deletions
diff --git a/strategy.py b/strategy.py
index a1937e2..4f93343 100644
--- a/strategy.py
+++ b/strategy.py
@@ -100,14 +100,4 @@ class Strategy:
# more debugging
gui.draw_line(c.player.center, self.target, self.color)
- #test stuff pls ignore
- interval = [0, 0.5*math.pi]
- point = (c.player.center[0], c.player.center[1]+200)
-
- gui.draw_arc(c.player.center, 200, interval, (0,0,0))
- gui.draw_circle(point, 2, (0,0,0))
-
- print(math.degrees(get_point_angle(c.player.center, point)))
- print(check_point_in_interval(c.player.center, point, interval))
-
- return self.target \ No newline at end of file
+ return self.target