An Iterated Prisoner's Dilemma simulator and Tournament manager.
CoffeeScript
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
.gitignore
README.md
bots.coffee
game.coffee
main.coffee
manager.coffee
testing.coffee
v8results.txt
v8results2.txt

README.md

lesswrong-dilemma

TODOS:

  • Evolution
  • Nice logging
  • Explanation of writing your bot

An Iterated Prisoner's Dilemma simulator and Tournament manager.

In main.coffee you shall find a opts object; the options should be elf-explanatory.

Writing your bot

todo:
move