<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Ferruscpp</title>
    <description>The latest articles on DEV Community by Ferruscpp (@ferruscpp).</description>
    <link>https://dev.to/ferruscpp</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3882882%2F7eec7187-ee98-4eec-b40b-92e01304d41f.jpeg</url>
      <title>DEV Community: Ferruscpp</title>
      <link>https://dev.to/ferruscpp</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ferruscpp"/>
    <language>en</language>
    <item>
      <title>How I built a Game Theory engine in C++</title>
      <dc:creator>Ferruscpp</dc:creator>
      <pubDate>Thu, 16 Apr 2026 17:41:20 +0000</pubDate>
      <link>https://dev.to/ferruscpp/how-i-built-a-game-theory-engine-in-c-10k9</link>
      <guid>https://dev.to/ferruscpp/how-i-built-a-game-theory-engine-in-c-10k9</guid>
      <description>&lt;p&gt;&lt;strong&gt;Hello there&lt;/strong&gt;, my name is Mike and I've built a game about Prisoner's Dilemma. I write code for Multiplayer Prisoner's Dilemma.&lt;br&gt;
Unlike the 2-players Dilemma it depends on how many people answered Cooperate and Defect. I also came up with some strategies, and that's why I want to find out which is the best. I don't know math well enough to tell which strategy is better, so I want to find out through the tournament. So if you are interested you can download my code &lt;a href="https://github.com/Ferruscpp/Ndilemma" rel="noopener noreferrer"&gt;here&lt;/a&gt;. I want to conduct a tournament, more rules you can find &lt;a href="https://github.com/Ferruscpp/Ndilemma/wiki/Rules" rel="noopener noreferrer"&gt;here&lt;/a&gt;. In my opinion in this game wins only aggressive strategies, so if you want to prove otherwise send code with your strategy on my email: &lt;a href="mailto:ferrus.manus.cpp@proton.me"&gt;ferrus.manus.cpp@proton.me&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;🤖 Iterated N Prisoner's Dilemma Tournament&lt;/strong&gt;&lt;br&gt;
Welcome to the N Prisoner's Dilemma Tournament. This Project is ultimate logic battlefield where you can test your skills to win the Tournament. Unlike the classic 2-player version, here you are face to face with a crowd. Your success depends not just on one opponent, but on the collective behavior of the entire group. Rule the crowd or be a sheep in the herd, it's your choice.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;⚔️ The Concept&lt;/strong&gt;&lt;br&gt;
The tournament is not a duel. It's a social simulation. In each round, N participants decide simultaneously: Cooperate or Defect. The charm of Defection is so strong but you will pay for it in the future. The flaws of Cooperation are obvious: fears will they Cooperate too? or not?. But the advantage is good idea of everyone's cooperation.&lt;/p&gt;

</description>
      <category>cpp</category>
      <category>showdev</category>
      <category>opensource</category>
      <category>algorithms</category>
    </item>
  </channel>
</rss>
