# Repeated Prisoners Dilemma
![GitHub release (latest by date)](https://img.shields.io/github/v/release/AliSajid/dilemma-tactix)
![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/AliSajid/dilemma-tactix)
[![Continuous integration](https://github.com/AliSajid/dilemma-tactix/actions/workflows/ci.yaml/badge.svg?branch=main&event=push)](https://github.com/AliSajid/dilemma-tactix/actions/workflows/ci.yaml)
[![Contribute with Gitpod](https://img.shields.io/badge/Contribute%20with-Gitpod-908a85?logo=gitpod)](https://gitpod.io/#AliSajid/dilemma-tactix)
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#AliSajid/dilemma-tactix)
A simple project to simulate prisoners dilemma and multiple strategies
## Builds
| Platform | Rust Version |Status |
| -------- | ------ | ------ |
| Linux | stable
beta
nightly
MSRV (1.72.1) | ![Ubuntu x Stable Rust](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/AliSajid/2142caf9bfe6fc8cdc7d1b8ccd72ce09/raw/ubuntu-stable.json)
![Ubuntu x Beta Rust](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/AliSajid/2142caf9bfe6fc8cdc7d1b8ccd72ce09/raw/ubuntu-beta.json)
![Ubuntu x Nightly Rust](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/AliSajid/2142caf9bfe6fc8cdc7d1b8ccd72ce09/raw/ubuntu-nightly.json)
![Ubuntu x MSRV Rust](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/AliSajid/2142caf9bfe6fc8cdc7d1b8ccd72ce09/raw/ubuntu-msrv.json) |
| Windows | stable
beta
nightly
MSRV (1.72.1) | ![macos x Stable Rust](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/AliSajid/2142caf9bfe6fc8cdc7d1b8ccd72ce09/raw/windows-stable.json)
![macos x Beta Rust](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/AliSajid/2142caf9bfe6fc8cdc7d1b8ccd72ce09/raw/windows-beta.json)
![macos x Nightly Rust](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/AliSajid/2142caf9bfe6fc8cdc7d1b8ccd72ce09/raw/windows-nightly.json)
![macos x MSRV Rust](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/AliSajid/2142caf9bfe6fc8cdc7d1b8ccd72ce09/raw/windows-msrv.json) |
| macOS | stable
beta
nightly
MSRV (1.72.1) | ![Windows x Stable Rust](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/AliSajid/2142caf9bfe6fc8cdc7d1b8ccd72ce09/raw/macos-stable.json)
![Windows x Beta Rust](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/AliSajid/2142caf9bfe6fc8cdc7d1b8ccd72ce09/raw/macos-beta.json)
![Windows x Nightly Rust](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/AliSajid/2142caf9bfe6fc8cdc7d1b8ccd72ce09/raw/macos-nightly.json)
![Windows x MSRV Rust](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/AliSajid/2142caf9bfe6fc8cdc7d1b8ccd72ce09/raw/macos-msrv.json) |
## Current Status
The current status of the project is ...