by mattw2121 on 6/5/24, 6:03 PM with 0 comments
In summary, you create a strategy that's exposed via HTTP. Multiple times a day, my game server matches your strategy with someone else's, and the two strategies play a variation of the Iterated Prisoner's Dilemma. The server tracks scores and displays them on a leaderboard. All decisions from every matchup are available for public viewing.
I believe there are some interesting optimizations that will lead to an engaging challenge. Specifically, your strategy is aware of its opponent's ID from the start of the matchup, and all the opponent data is available publicly.
Right now, it's running in "beta" mode so that I can incorporate any feedback (which I'd love to have!). If you have ideas on how to improve this to make it more challenging/fun/etc., please let me know.