<?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: Roy Saunderson</title>
    <description>The latest articles on DEV Community by Roy Saunderson (@roy_saunderson_56de011ad5).</description>
    <link>https://dev.to/roy_saunderson_56de011ad5</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%2F2741701%2Ff2884a71-ff5a-4d6f-a37e-de41558110e4.jpg</url>
      <title>DEV Community: Roy Saunderson</title>
      <link>https://dev.to/roy_saunderson_56de011ad5</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/roy_saunderson_56de011ad5"/>
    <language>en</language>
    <item>
      <title>Portfolio Project - Python Terminal Game</title>
      <dc:creator>Roy Saunderson</dc:creator>
      <pubDate>Tue, 21 Jan 2025 11:48:00 +0000</pubDate>
      <link>https://dev.to/roy_saunderson_56de011ad5/portfolio-project-python-terminal-game-b1c</link>
      <guid>https://dev.to/roy_saunderson_56de011ad5/portfolio-project-python-terminal-game-b1c</guid>
      <description>&lt;p&gt;I am doing Codecademy's Computer Science Course and I am upto creating a Python Terminal Game and the last step is a blog post.&lt;/p&gt;

&lt;p&gt;It is a very simple quiz game, it uses 2 classes, Question and GameManager. There is a list of Question objects defined in questions.py that then get loaded into a GameManager instance.&lt;/p&gt;

&lt;p&gt;One of the downsides to it is the question has to match exactly so there are some instances where you do enter the right answer but it is seen as "incorrect".&lt;/p&gt;

&lt;p&gt;"main.py" is the entry point to the game.&lt;/p&gt;

&lt;p&gt;The code is hosted at &lt;a href="https://github.com/CyanWater/Python-Terminal-Game.git" rel="noopener noreferrer"&gt;https://github.com/CyanWater/Python-Terminal-Game.git&lt;/a&gt;&lt;/p&gt;

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