summaryrefslogtreecommitdiff
path: root/simple.py
diff options
context:
space:
mode:
Diffstat (limited to 'simple.py')
-rw-r--r--simple.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/simple.py b/simple.py
index 335fa08..45f63fa 100644
--- a/simple.py
+++ b/simple.py
@@ -126,5 +126,6 @@ if __name__ == '__main__':
game = robots.Game(map_)
game.add_bot(bot, 'Alice')
game.add_bot(bot, 'Bob')
+ game.add_bot(bot, 'Charlie')
viewer = robots.CursesViewer(game)
viewer.run()