ichabod801 / t_games

A collection of command-line interface games written in Python.
GNU General Public License v3.0
20 stars 4 forks source link

Prisoner's Dilemma Bots are in a Predictable Order #567

Closed ichabod801 closed 4 years ago

ichabod801 commented 4 years ago

If you choose three bot strategies to play against. The will show up in the order listed in the set_options method, so you can know which is which. That is a huge advantage (on top of knowing what the strategies are going to be). Randomize the bot order before play begins.