You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The comments for player's strategy do not match the if-else statements in your code.
Just a minor fix: # 8 tit for 2 tats; # 9 tit if 3 tats
should be changed to # 8 tit for 3 tats; # 9 tit if 2 tats
The comments for player's strategy do not match the if-else statements in your code.
Just a minor fix:
# 8 tit for 2 tats;# 9 tit if 3 tatsshould be changed to
# 8 tit for 3 tats;# 9 tit if 2 tats