<?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: bgadd-brad</title>
    <description>The latest articles on DEV Community by bgadd-brad (@bgaddbrad).</description>
    <link>https://dev.to/bgaddbrad</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%2F675170%2Ff79d9920-cab6-4912-b53f-040964f57080.jpeg</url>
      <title>DEV Community: bgadd-brad</title>
      <link>https://dev.to/bgaddbrad</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/bgaddbrad"/>
    <language>en</language>
    <item>
      <title>I Made Hangman Without using AI</title>
      <dc:creator>bgadd-brad</dc:creator>
      <pubDate>Mon, 04 Sep 2023 19:55:27 +0000</pubDate>
      <link>https://dev.to/bgaddbrad/i-made-hangman-without-using-ai-4ccb</link>
      <guid>https://dev.to/bgaddbrad/i-made-hangman-without-using-ai-4ccb</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--XHN9YHp8--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/wjmyq6r1hz4wa5qxi1vy.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--XHN9YHp8--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/wjmyq6r1hz4wa5qxi1vy.png" alt="Image of a completed game of hangman" width="334" height="284"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I am a hobbist programmer. As in I don’t get paid to program in anyway, shape, or form. That said, I have been taking the computer science course on &lt;a href="https://codecademy.com"&gt;https://codecademy.com&lt;/a&gt;, and I am here to tell you, Github Copilot can make a man lazy.&lt;/p&gt;

&lt;p&gt;I’ve been hacking away at shoddy program an games for a few years now and one thing is for sure; As much as I have learned from AI, it doesn’t do one justice to rely on it. This simple program took me a whole two afternoons to complete. And even then, I left some algorithmic redundancies in there, simply because I used so much brain power having to think for myself.&lt;/p&gt;

&lt;p&gt;There was a lot to learn here. I had considered myself to be a pretty “okay” Python programmer. Turns out Copilot is a crutch for me. From the moment I first saw the dude go and tabbed that complete, I thought to myself “You know, I am supposed to be learning.” So I took the initiative to write the program out long form in an attempt to get better.&lt;/p&gt;

&lt;p&gt;I had choice to write any console game that I wanted, so I chose hang-man.&lt;/p&gt;

&lt;p&gt;I have it linked below, if you would like to try it out for yourself and see what nooby programming looks like in 2023:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/BradGaddis/python_hangman/"&gt;https://github.com/BradGaddis/python_hangman/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The rules are simple:&lt;/p&gt;

&lt;p&gt;There are two players. Player one types 5 words and one is chosen at random. Player two must guess the random word. They get 3 extra guesses. If the hangman is drawn all the way in, player two loses and player one wins. Conversely, if player two guesses all of the correct letters, they win.&lt;/p&gt;

&lt;p&gt;In conclusion, I learned a lot from this assignment. Take the time to detach from the tools you use sometimes. It might expose you to your weaknesses.&lt;/p&gt;

</description>
      <category>python</category>
      <category>programming</category>
      <category>learning</category>
      <category>ai</category>
    </item>
  </channel>
</rss>
