<?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: Samuel Lapidot</title>
    <description>The latest articles on DEV Community by Samuel Lapidot (@samlap).</description>
    <link>https://dev.to/samlap</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%2F1236313%2Ffa1c9595-7db7-4325-b022-c890bdbce891.png</url>
      <title>DEV Community: Samuel Lapidot</title>
      <link>https://dev.to/samlap</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/samlap"/>
    <language>en</language>
    <item>
      <title>My First Terminal-Based Program</title>
      <dc:creator>Samuel Lapidot</dc:creator>
      <pubDate>Tue, 19 Dec 2023 00:36:12 +0000</pubDate>
      <link>https://dev.to/samlap/my-first-terminal-based-program-30a</link>
      <guid>https://dev.to/samlap/my-first-terminal-based-program-30a</guid>
      <description>&lt;p&gt;Hello! This is my first blog post to the Dev community and thought it would be fun to share my terminal-based Blackjack program. The program is based off of the standard Blackjack rules and is implemented in Python. It simulates the classic casino game and allows the player to play against an automated dealer. &lt;/p&gt;

&lt;h2&gt;
  
  
  Features
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Terminal-based user interface&lt;/li&gt;
&lt;li&gt;Basic Blackjack game actions: hit / stand&lt;/li&gt;
&lt;li&gt;Tracks player balance&lt;/li&gt;
&lt;li&gt;Automated dealer following standard Blackjack rules&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I know it is a fairly simple program but would appreciate any comments/feedback.&lt;/p&gt;

&lt;p&gt;Here is my &lt;a href="https://github.com/Sam-Lap/terminal-blackjack.git"&gt;project link on github.&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
