<?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: odrobek</title>
    <description>The latest articles on DEV Community by odrobek (@odrobek).</description>
    <link>https://dev.to/odrobek</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%2F750570%2F27e0d81b-7fdd-49b6-a0c0-37c6a4325905.png</url>
      <title>DEV Community: odrobek</title>
      <link>https://dev.to/odrobek</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/odrobek"/>
    <language>en</language>
    <item>
      <title>Simple Blackjack Game in Python Terminal</title>
      <dc:creator>odrobek</dc:creator>
      <pubDate>Thu, 11 Nov 2021 14:54:50 +0000</pubDate>
      <link>https://dev.to/odrobek/simple-blackjack-game-in-python-terminal-52mi</link>
      <guid>https://dev.to/odrobek/simple-blackjack-game-in-python-terminal-52mi</guid>
      <description>&lt;p&gt;Over the past few days, I have been working on implementing a very simple form of Blackjack in python that can be played from the command line. I did this as part of a Codecademy project, and utilized Github to keep my files saved and updated.&lt;/p&gt;

&lt;p&gt;Looking back on how I went about it, I probably would have made separate classes for the player and the dealer in order to clean up the code a bit, but I am still happy with how it turned out. If I were to expand on this program, I definitely would need to make those classes so everything stays more organized over time. For now, this incredibly simple Blackjack game works without any bugs. &lt;/p&gt;

&lt;p&gt;The code can be found &lt;a href="https://github.com/odrobek/blackjack_python"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Thanks for reading!&lt;br&gt;
Olek Drobek&lt;/p&gt;

</description>
      <category>python</category>
      <category>github</category>
    </item>
  </channel>
</rss>
