<?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: Pyro607</title>
    <description>The latest articles on DEV Community by Pyro607 (@pyro607).</description>
    <link>https://dev.to/pyro607</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%2F706471%2F0e68d805-d9fd-40ed-8957-ff1741450622.png</url>
      <title>DEV Community: Pyro607</title>
      <link>https://dev.to/pyro607</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/pyro607"/>
    <language>en</language>
    <item>
      <title>My Variable Difficuilty Tic Tac Toe </title>
      <dc:creator>Pyro607</dc:creator>
      <pubDate>Wed, 15 Sep 2021 09:40:37 +0000</pubDate>
      <link>https://dev.to/pyro607/my-variable-difficuilty-tic-tac-toe-1750</link>
      <guid>https://dev.to/pyro607/my-variable-difficuilty-tic-tac-toe-1750</guid>
      <description>&lt;p&gt;For the final project portfolio for CS101 Introduction To Programming on Codecademy, I was tasked with writing a Python Terminal game. I had a little research, watched some very informative guides, and thought a simple game of Tic Tac Toe would be a good first project; but I wanted to add more complexity than a simple game against the CPU. I incorporated 3 difficulty settings for the "AI":&lt;/p&gt;

&lt;p&gt;-- Easy, the CPU actively picks the worst move it can make.&lt;/p&gt;

&lt;p&gt;-- Medium, the CPU picks a random move every round, ensuring it has a, roughly, equal chance of picking a good or bad move.&lt;/p&gt;

&lt;p&gt;-- Hard, the CPU makes the best move it can each round and shouldn't be beatable!&lt;/p&gt;

&lt;p&gt;Please feel free to try the game and out and let me know if you manage to beat it on the hardest setting.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/Pyro607/Tic-Tac-Tov-vs-AI"&gt;https://github.com/Pyro607/Tic-Tac-Tov-vs-AI&lt;/a&gt;&lt;/p&gt;

</description>
      <category>computerscienceterminalgame</category>
      <category>cs101introductiontoprogramming</category>
      <category>codecademy</category>
      <category>tictactoe</category>
    </item>
  </channel>
</rss>
