<?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: puranjayyadav</title>
    <description>The latest articles on DEV Community by puranjayyadav (@puranjayyadav).</description>
    <link>https://dev.to/puranjayyadav</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%2F456618%2Fa2cb4e7f-7a37-44f9-889f-74d348ea3b12.png</url>
      <title>DEV Community: puranjayyadav</title>
      <link>https://dev.to/puranjayyadav</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/puranjayyadav"/>
    <language>en</language>
    <item>
      <title>Chip-8 Emulator using JS</title>
      <dc:creator>puranjayyadav</dc:creator>
      <pubDate>Thu, 08 Jul 2021 09:00:32 +0000</pubDate>
      <link>https://dev.to/puranjayyadav/chip-8-emulator-using-js-2p0h</link>
      <guid>https://dev.to/puranjayyadav/chip-8-emulator-using-js-2p0h</guid>
      <description>&lt;p&gt;Hi there 👋, my name is Puranjay&lt;br&gt;
I created chip-8 emulator&lt;br&gt;
The Chip-8 is a virtual machine from the mid-1970s designed to make game development easier. There are a number of classic video games ported to CHIP-8, such as Pong, Space Invaders, Tetris, and Pac-Man. There are also applications like a random maze generator and Conway’s Game of Life.&lt;/p&gt;

&lt;p&gt;I created new classes in JavaScript for each piece of hardware, to emulate the memory, the display, the sound card, and the keyboard, after that, I jumped into the so expect Chip-8, I first implemented its registers and then I implement each of its 35 opcodes.&lt;/p&gt;

&lt;p&gt;This project uses a lot Javascript and OOPS concepts&lt;br&gt;
It was a fun project to combine my knowledge of Microcontrollers and Web-Development. Plus I never ever implemented my own ROM and emulator . So I learnt a lot from this project about XOR / OR / AND implementations in a ROM.&lt;/p&gt;

&lt;p&gt;Visit my github page to view the files&lt;br&gt;
If you want me to make a tutorial on how I created this in detail.&lt;br&gt;
Then please let me know in the comments section &lt;/p&gt;

&lt;p&gt;Skills: JAVACRIPT / HTML / Microcontroller Architecture&lt;/p&gt;

&lt;p&gt;🔭 I’m currently working on Making my Personal Website Scalable And using Microservices Architecture&lt;br&gt;
🌱 I’m currently learning Assembly / C / SQL / Python&lt;br&gt;
👯 I’m looking to collaborate on Node.js / React.js / MERN / MongoDB&lt;br&gt;
💬 Ask me about Node.js / OpenSource Projects / Javascript / GSAP / WebGL / Three.js / React&lt;br&gt;
📫 How to reach me: &lt;a href="mailto:work.puranjay@gmail.com"&gt;work.puranjay@gmail.com&lt;/a&gt;&lt;br&gt;
⚡ Fun fact: Working on Atari game project using Assembly&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>html</category>
      <category>microcontroller</category>
    </item>
  </channel>
</rss>
