Skip to content

Commit

Permalink
sample AI added!
Browse files Browse the repository at this point in the history
  • Loading branch information
HamidrezaKmK committed Feb 14, 2020
1 parent 212f697 commit b1b026e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AI.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ def turn(self, world):
# scores is a map from int to int which the key is player_id and value is player_score
def end(self, world, scores):
print("end started!")
print("My score: " + scores[world.get_me().player_id])
print("My score: " ,scores[world.get_me().player_id])

0 comments on commit b1b026e

Please sign in to comment.