diff options
Diffstat (limited to 'docs/print_bot.py')
-rw-r--r-- | docs/print_bot.py | 6 |
1 files changed, 0 insertions, 6 deletions
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() |