Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qix-/prisoners-dilemma
Prisoners Dilemma simulator
https://github.com/qix-/prisoners-dilemma
Last synced: 26 days ago
JSON representation
Prisoners Dilemma simulator
- Host: GitHub
- URL: https://github.com/qix-/prisoners-dilemma
- Owner: Qix-
- Created: 2015-12-16T13:21:08.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-16T13:39:22.000Z (almost 9 years ago)
- Last Synced: 2024-10-11T18:10:38.964Z (about 1 month ago)
- Language: C
- Size: 510 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![screenshot](screenshot.png)
---
# Prisoners Dilemma
A [prisoner's dilemma](https://en.wikipedia.org/wiki/Prisoner%27s_dilemma)
simulator written in C. Intended to be as fast as possible.Thanks to [Robert Sapolsky](https://en.wikipedia.org/wiki/Robert_Sapolsky)
for being a badass and a great professor, piquing my interest in this stuff.Compile with [tup](http://gittup.org/tup), run with no arguments to see usage.
If you're debugging new strategies, set `VERBOSITY` to `2` in main.c. Note this
kills performance. :+1:---
**I want your strategy pull requests.**
![Give them to me. Now.](http://i.imgur.com/lhjhbB9.gif)
## License
Public domain! Go nuts.
Originally written by Josh Junon.