Skip to content

Commit

Permalink
Made a simulation with more hunter bots and less random bots.
Browse files Browse the repository at this point in the history
  • Loading branch information
j3camero committed Jan 12, 2011
1 parent 7f614da commit 75e5723
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@ def play_game(map_filename, players):
m.do_turn()
turn_count += 1

players = [RandomBot(), RandomBot(), RandomBot(), HunterBot()]
#players = [RandomBot(), RandomBot(), RandomBot(), HunterBot()]
players = [HunterBot(), HunterBot(), HunterBot(), HunterBot()]
play_game("four_map.png", players)

0 comments on commit 75e5723

Please sign in to comment.