<?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: mjryancoding</title>
    <description>The latest articles on DEV Community by mjryancoding (@mjryancoding).</description>
    <link>https://dev.to/mjryancoding</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%2F1893727%2Ffaa1e646-ffd0-4fdd-b039-24d04a4af1b0.png</url>
      <title>DEV Community: mjryancoding</title>
      <link>https://dev.to/mjryancoding</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mjryancoding"/>
    <language>en</language>
    <item>
      <title>Command Prompt Tic Tac Toe</title>
      <dc:creator>mjryancoding</dc:creator>
      <pubDate>Wed, 07 Aug 2024 00:54:18 +0000</pubDate>
      <link>https://dev.to/mjryancoding/command-prompt-tic-tac-toe-3gci</link>
      <guid>https://dev.to/mjryancoding/command-prompt-tic-tac-toe-3gci</guid>
      <description>&lt;p&gt;First proper Python program I have written which I am excited to share!&lt;/p&gt;

&lt;p&gt;The code is basically just a single list with 9 values for each of the available spaces. Players are prompted for an input which is taken and checked; to see if the space is available and the input is correct, and then the board is checked to see if there is a winning combination. The process repeats itself until the game is won or the player types 'exit'.&lt;/p&gt;

&lt;p&gt;Link to code:&lt;br&gt;
&lt;a href="https://github.com/mjryancoding/Command---Tic-Tac-Toe" rel="noopener noreferrer"&gt;https://github.com/mjryancoding/Command---Tic-Tac-Toe&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvslpay1njr137ftwnxkh.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fvslpay1njr137ftwnxkh.png" alt="Image description" width="505" height="326"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Frcem6m8urfb809lvmpgq.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Frcem6m8urfb809lvmpgq.png" alt="Image description" width="247" height="357"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>programming</category>
      <category>python</category>
    </item>
  </channel>
</rss>
