<?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: Shreya</title>
    <description>The latest articles on DEV Community by Shreya (@shreya_9f4fdf67b8c92d72da).</description>
    <link>https://dev.to/shreya_9f4fdf67b8c92d72da</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%2F3873016%2F39e5af72-2120-479d-bcac-50cea150ecc5.png</url>
      <title>DEV Community: Shreya</title>
      <link>https://dev.to/shreya_9f4fdf67b8c92d72da</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/shreya_9f4fdf67b8c92d72da"/>
    <language>en</language>
    <item>
      <title>bonk.exe — an indie chaos game where a Shiba judges your existence 🐕💀</title>
      <dc:creator>Shreya</dc:creator>
      <pubDate>Sat, 11 Apr 2026 09:54:49 +0000</pubDate>
      <link>https://dev.to/shreya_9f4fdf67b8c92d72da/bonkexe-an-indie-chaos-game-where-a-shiba-judges-your-existence-f1e</link>
      <guid>https://dev.to/shreya_9f4fdf67b8c92d72da/bonkexe-an-indie-chaos-game-where-a-shiba-judges-your-existence-f1e</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/aprilfools-2026"&gt;DEV April Fools Challenge&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

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

&lt;p&gt;I built &lt;strong&gt;bonk.exe&lt;/strong&gt;, a minimal indie-style browser game where you bonk a moving Shiba Inu and get judged for your performance 😭&lt;/p&gt;

&lt;p&gt;It looks simple… but the Shiba is always watching.&lt;/p&gt;

&lt;p&gt;The goal:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Click only the Shiba&lt;/li&gt;
&lt;li&gt;Avoid misclicks&lt;/li&gt;
&lt;li&gt;Survive the judgment&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;At the end, you get:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Your score (BPM – bonks per minute)&lt;/li&gt;
&lt;li&gt;A brutally honest system message&lt;/li&gt;
&lt;li&gt;Your &lt;strong&gt;global rank&lt;/strong&gt; against other players&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It’s chaotic, slightly useless, and very serious at the same time.&lt;/p&gt;




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

&lt;p&gt;👉 &lt;strong&gt;&lt;a href="https://bonk-inu-arena.vercel.app/" rel="noopener noreferrer"&gt;PLAY bonk.exe&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Code
&lt;/h2&gt;

&lt;p&gt;💻 GitHub Repo:&lt;br&gt;&lt;br&gt;
👉 &lt;a href="https://github.com/shreyaislearning/bonk_inu_arena" rel="noopener noreferrer"&gt;https://github.com/shreyaislearning/bonk_inu_arena&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  How I Built It
&lt;/h2&gt;

&lt;p&gt;I built this as a pure frontend indie-style project using:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;HTML, CSS, JavaScript&lt;/li&gt;
&lt;li&gt;Supabase (for global leaderboard)&lt;/li&gt;
&lt;li&gt;Vercel (for deployment)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Key Features
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;🐕 Moving Shiba target (random position logic)&lt;/li&gt;
&lt;li&gt;🔊 Sound effects (bonk, miss, background music, game over)&lt;/li&gt;
&lt;li&gt;🎯 Score tracking + timer system&lt;/li&gt;
&lt;li&gt;💀 Dynamic “judgment system” based on misses&lt;/li&gt;
&lt;li&gt;🌍 &lt;strong&gt;Global leaderboard using Supabase&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;🎮 Indie-style minimal UI&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Fun part
&lt;/h3&gt;

&lt;p&gt;The most fun part was designing the “judging system” where the game literally reacts to how badly you play.&lt;/p&gt;

&lt;p&gt;Example:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;“shiba is judging you”&lt;/li&gt;
&lt;li&gt;“bonk energy high, aim questionable”&lt;/li&gt;
&lt;li&gt;“shiba has lost respect for you”&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Prize Category
&lt;/h2&gt;

&lt;p&gt;🎯 &lt;strong&gt;Community Favorite&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Because:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;It’s simple but addictive&lt;/li&gt;
&lt;li&gt;It has personality (the Shiba judging you 😭)&lt;/li&gt;
&lt;li&gt;Anyone can play instantly in browser&lt;/li&gt;
&lt;li&gt;And the global leaderboard makes it competitive&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Final Thoughts
&lt;/h2&gt;

&lt;p&gt;This project was about turning something &lt;strong&gt;completely useless into something fun and memorable&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;And honestly…&lt;/p&gt;

&lt;p&gt;I think the Shiba still judges me.&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>418challenge</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
