<?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>Forem: Nayr91</title>
    <description>The latest articles on Forem by Nayr91 (@nayr91).</description>
    <link>https://forem.com/nayr91</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%2F1203681%2F80679503-0a0a-40ed-8b16-13780e804cc3.png</url>
      <title>Forem: Nayr91</title>
      <link>https://forem.com/nayr91</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/nayr91"/>
    <language>en</language>
    <item>
      <title>MIPs Instruction SIM</title>
      <dc:creator>Nayr91</dc:creator>
      <pubDate>Thu, 14 Dec 2023 22:47:31 +0000</pubDate>
      <link>https://forem.com/nayr91/mips-instruction-sim-3jjl</link>
      <guid>https://forem.com/nayr91/mips-instruction-sim-3jjl</guid>
      <description>&lt;p&gt;I was assigned the tasks to write a small program to mimic an aspect of how a CPU works. I decided to focus on MIPs instructions and how they are processed. I set about taking instructions (Basic ones only) and created a cache and a memory to load and store between and execute the instructions. &lt;/p&gt;

&lt;p&gt;If you would like to check it out, please see below on my GitHub. If you have any constructive feedback, I am always happy to hear.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/Nayr91/Codecademy/blob/master/CPU%20Simulator/cpusim.py"&gt;My GitHub&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thank you!&lt;/p&gt;

</description>
      <category>mips</category>
      <category>python</category>
      <category>simulator</category>
      <category>programming</category>
    </item>
    <item>
      <title>Basic Game Recommendation software</title>
      <dc:creator>Nayr91</dc:creator>
      <pubDate>Mon, 27 Nov 2023 23:16:55 +0000</pubDate>
      <link>https://forem.com/nayr91/basic-game-recommendation-software-1g6f</link>
      <guid>https://forem.com/nayr91/basic-game-recommendation-software-1g6f</guid>
      <description>&lt;p&gt;As a part of my Codecademy course I am doing, one of my portfolio projects was to use a data structure to store and call data as a part of a recommendation software. I chose to build a master tree, stemming off this are multiple genre tree's and in each of these genre tree's were more tree nodes each with a game and some basic information. &lt;/p&gt;

&lt;p&gt;This could easily be expanded on by adding further information/data into each of the tree's (e.g. could add a purchase link, other reviews, youtube footage of each game, small review etc.). Due to the way the tree's are built the expansion of data and nodes could be limitless.&lt;/p&gt;

&lt;p&gt;Please take a look yourself, and if you have any advise to offer please let me know. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/Nayr91/Codecademy/tree/master/recommendation"&gt;https://github.com/Nayr91/Codecademy/tree/master/recommendation&lt;/a&gt;&lt;/p&gt;

</description>
      <category>gaming</category>
      <category>recommendation</category>
      <category>codenewbie</category>
      <category>beginners</category>
    </item>
    <item>
      <title>Dungeons and Dragon's style terminal game.</title>
      <dc:creator>Nayr91</dc:creator>
      <pubDate>Tue, 07 Nov 2023 00:19:40 +0000</pubDate>
      <link>https://forem.com/nayr91/dungeons-and-dragons-style-terminal-game-1762</link>
      <guid>https://forem.com/nayr91/dungeons-and-dragons-style-terminal-game-1762</guid>
      <description>&lt;p&gt;I have been a massive fan of D&amp;amp;D for a little over a year now. I first got into D&amp;amp;D via the Critical Role youtube channel and since then my love for it has grown. Since the middle of 2023, I have also been learning to code. So with my below program I wrote for my codeacemy portfolio course in which I had to make a terminal game, I saw my opportunity to combine coding and Dungeons and Dragons. &lt;/p&gt;

&lt;p&gt;At this point, its very basic, for the sake of the portfolio challenge, however there is a lot of scope to improve and add more features down the line. &lt;/p&gt;

&lt;p&gt;For now, the basic game allows you to select a character name, pick from 1 of 3 classes, figth 1 of 3 bosses, choose whether to use a special attack, or a normal attack and saves gold winnings in a text file with the time and date. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--MMN10-87--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/6x83xoskc3fcpccma4tn.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--MMN10-87--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/6x83xoskc3fcpccma4tn.png" alt="Image description" width="800" height="602"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you want to give it a go, feel free to check it out at &lt;a href="https://github.com/Nayr91/Codecademy/blob/master/battle_with_dice.py"&gt;https://github.com/Nayr91/Codecademy/blob/master/battle_with_dice.py&lt;/a&gt;. Let me know if you have any ideas you think I could add below.&lt;/p&gt;

&lt;p&gt;Thanks for reading!&lt;/p&gt;

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