Giter Site home page Giter Site logo

prisoners_dilemma's Introduction

Prisoner's Dilemma

This project is a C++ implementation of the classic game theory problem known as the Prisoner's Dilemma. It simulates the interactions between two players who must decide whether to cooperate or betray each other, leading to different outcomes based on their decisions.

The game follows some simple rules:

  • There are 20 rounds in total, each comprising of 10 turns for each player.
  • If both players cooperate, they both receive a mild sentence.
  • If one player betrays while the other cooperates, the betrayer receives no sentence while the cooperator receives a severe sentence.
  • If both players betray each other, they both receive a moderate sentence.

This project was inspired by the video "What Game Theory Reveals About Life, The Universe, and Everything" by Veritasium.

Tabulate by p-ranav was used to tabulate the data.

You may simply clone the repository to your machine and run the command

g++ main.cpp
./a.out

to run the game.

Furthermore, one can also add more strategies in strategies.h to implement unique decision-making approaches.

prisoners_dilemma's People

Contributors

darkn3to avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.