A simulation of the infamous Iterated Prisoner's Dilemma by Robert Axelrod
The GameMaster.c file contains the game logic and the .c files in the Strategies folder contains each respective strategy.
There are some example strategies in the folder, but more can be added modularly. Strategies must be compiled into a dll file.