From 7aa825614c88a2bb73989d8d938f078a6c7391b8 Mon Sep 17 00:00:00 2001 From: Peter Ward Date: Thu, 6 Sep 2012 15:18:18 +1000 Subject: Stuff. --- docs/print_bot.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'docs/print_bot.py') diff --git a/docs/print_bot.py b/docs/print_bot.py index 8352aec..5adee1f 100644 --- a/docs/print_bot.py +++ b/docs/print_bot.py @@ -1,9 +1,3 @@ def print_bot(board, position): print position print board - -if __name__ == '__main__': - from snakegame.engines.pyglet import PygletEngine - engine = PygletEngine(3, 4, 3) - engine.add_bot(print_bot) - engine.run() -- cgit v1.2.3