<?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: Timothy Duke</title>
    <description>The latest articles on DEV Community by Timothy Duke (@timiny).</description>
    <link>https://dev.to/timiny</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%2F1185809%2F295ad0c1-2583-45a8-9ed4-8dc55152ac33.png</url>
      <title>DEV Community: Timothy Duke</title>
      <link>https://dev.to/timiny</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/timiny"/>
    <language>en</language>
    <item>
      <title>Python Recommendation Program</title>
      <dc:creator>Timothy Duke</dc:creator>
      <pubDate>Sat, 23 Nov 2024 02:51:25 +0000</pubDate>
      <link>https://dev.to/timiny/python-recommendation-program-2987</link>
      <guid>https://dev.to/timiny/python-recommendation-program-2987</guid>
      <description>&lt;p&gt;Here's a little program I built as a practice project. It uses sorting and searching to recommend video games that I've played on steam. I learned a lot creating this; not just in python, but in git/github as well.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/EldritchTiminy/vg_recommend" rel="noopener noreferrer"&gt;https://github.com/EldritchTiminy/vg_recommend&lt;/a&gt;&lt;/p&gt;

</description>
      <category>python</category>
    </item>
    <item>
      <title>Terminal Game Project: Escape the Dungeon</title>
      <dc:creator>Timothy Duke</dc:creator>
      <pubDate>Sun, 15 Oct 2023 21:59:40 +0000</pubDate>
      <link>https://dev.to/timiny/terminal-game-project-escape-the-dungeon-8km</link>
      <guid>https://dev.to/timiny/terminal-game-project-escape-the-dungeon-8km</guid>
      <description>&lt;p&gt;Hi all!&lt;/p&gt;

&lt;p&gt;My name is Tim and I'm learning Python via Codecademy. I just finished my first python project, which was to make a little terminal game.&lt;/p&gt;

&lt;p&gt;My game is called "Escape the Dugeon." It was mostly inspired by my love of escape rooms and classic RPG games like Dungeons and Dragons. I learned a lot creating this game. As I was doing a final pass over all the code and cleaning things up, I realized that I had already learned a dozen different ways that I could have made things more efficient. This was a really fun little project!&lt;/p&gt;

&lt;p&gt;Here's a link to the Github project page for it:&lt;br&gt;
&lt;a href="https://github.com/EldritchTiminy/Escape.the.Dungeon.git"&gt;https://github.com/EldritchTiminy/Escape.the.Dungeon.git&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This was coded in python 3, so you will need that installed to run the program.&lt;/p&gt;

&lt;p&gt;Thanks for taking the time to check it out!&lt;/p&gt;

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