<?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: Tommy Son</title>
    <description>The latest articles on DEV Community by Tommy Son (@tommyson).</description>
    <link>https://dev.to/tommyson</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%2F1071664%2F7a5a6615-f6dc-4321-8cd5-912598b46b2a.png</url>
      <title>DEV Community: Tommy Son</title>
      <link>https://dev.to/tommyson</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/tommyson"/>
    <language>en</language>
    <item>
      <title>Galactic Breach</title>
      <dc:creator>Tommy Son</dc:creator>
      <pubDate>Mon, 30 Sep 2024 03:28:41 +0000</pubDate>
      <link>https://dev.to/tommyson/galactic-breach-4381</link>
      <guid>https://dev.to/tommyson/galactic-breach-4381</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/webgame"&gt;Web Game Challenge&lt;/a&gt;, Build a Game: Alien Edition&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;Galactic Breach requires you to help the human civilization by infiltrating the enemy aliens' central control system (sorry, I know it's very corny) with only your fingers and a keyboard.&lt;/p&gt;

&lt;p&gt;It's inspired by the game Twister, but instead of using your hands and feet, you use your fingers and a keyboard!&lt;/p&gt;

&lt;p&gt;Unfortunately, you'll need a keyboard with a high level of N-Key Rollover (NKRO) because the game requires you to hold multiple keys at once - a keyboard from a company that produces professional gaming   peripherals or a custom mechanical keyboard is usually good enough.&lt;/p&gt;

&lt;h2&gt;
  
  
  Demo
&lt;/h2&gt;

&lt;p&gt;You can play Galactic Breach &lt;a href="https://a-keeb-game-version-alien.vercel.app/" rel="noopener noreferrer"&gt;here&lt;/a&gt;!&lt;/p&gt;

&lt;h2&gt;
  
  
  Journey
&lt;/h2&gt;

&lt;p&gt;I built the game using React w/ Next.js. I could've gone with Vite.js, but if I plan to add more pages, multiplayer support, and authentication, I thought having the project built with Next.js would make everything easier in the future.&lt;/p&gt;

&lt;p&gt;It's a simple game, but implementing the various ways to lose definitely took effort. In this case, the events I had to keep track of were &lt;strong&gt;keydown&lt;/strong&gt; and &lt;strong&gt;keyup&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;A big source of inspiration for this game is my co-worker, Jason, who gave me a black LUMINKEY80 keyboard with GMK Wasabi keycaps as a gift. The keyboard happens to be green and black (which is alien themed in my eyes), so I applied the same colours in my game.&lt;/p&gt;

</description>
      <category>gamechallenge</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
