<?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: The Sahib Singh</title>
    <description>The latest articles on DEV Community by The Sahib Singh (@thesahibsingh).</description>
    <link>https://dev.to/thesahibsingh</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%2F3909213%2F5bf7e8d5-b5c4-4ca5-88d3-7eeb0ccbb369.png</url>
      <title>DEV Community: The Sahib Singh</title>
      <link>https://dev.to/thesahibsingh</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/thesahibsingh"/>
    <language>en</language>
    <item>
      <title>I broke my leg… so I built a free browser games website</title>
      <dc:creator>The Sahib Singh</dc:creator>
      <pubDate>Sat, 02 May 2026 15:49:20 +0000</pubDate>
      <link>https://dev.to/thesahibsingh/i-broke-my-leg-so-i-built-a-free-browser-games-website-67b</link>
      <guid>https://dev.to/thesahibsingh/i-broke-my-leg-so-i-built-a-free-browser-games-website-67b</guid>
      <description>&lt;p&gt;A few weeks back, I injured my leg and was stuck at home with &lt;em&gt;a lot&lt;/em&gt; of free time.&lt;/p&gt;

&lt;p&gt;I was honestly bored out of my mind… so I decided to build something fun.&lt;/p&gt;

&lt;p&gt;I ended up creating a small project where you can &lt;strong&gt;play games instantly in your browser&lt;/strong&gt; — no login, no downloads.&lt;/p&gt;

&lt;p&gt;👉 Try it here: &lt;a href="https://gamesiknow.com" rel="noopener noreferrer"&gt;https://gamesiknow.com&lt;/a&gt;&lt;br&gt;
👉 GitHub: &lt;a href="https://github.com/TheSahibSingh/gamesiknow/" rel="noopener noreferrer"&gt;https://github.com/TheSahibSingh/gamesiknow/&lt;/a&gt; &lt;em&gt;(will be pushing code soon)&lt;/em&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  💡 The idea
&lt;/h2&gt;

&lt;p&gt;Most game websites today:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Force you to sign up&lt;/li&gt;
&lt;li&gt;Are full of ads&lt;/li&gt;
&lt;li&gt;Feel slow, especially on mobile&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I wanted something simple:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Click → Play → Done&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  🎮 What I built
&lt;/h2&gt;

&lt;p&gt;Right now it includes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Tic Tac Toe&lt;/li&gt;
&lt;li&gt;Bingo&lt;/li&gt;
&lt;li&gt;More coming soon (Snake, 2048, etc.)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Everything is designed to be:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Fast ⚡&lt;/li&gt;
&lt;li&gt;Lightweight&lt;/li&gt;
&lt;li&gt;Mobile-friendly&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  ⚙️ Tech stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Next.js&lt;/li&gt;
&lt;li&gt;JavaScript&lt;/li&gt;
&lt;li&gt;CSS&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I used Next.js mainly for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Fast loading&lt;/li&gt;
&lt;li&gt;Clean structure for scaling more games&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  🧠 What I learned
&lt;/h2&gt;

&lt;p&gt;This project made me realize:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Building is easy, distribution is hard&lt;/li&gt;
&lt;li&gt;Getting users is way harder than writing code&lt;/li&gt;
&lt;li&gt;Simple products can still be powerful&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  🚀 What I want to improve next
&lt;/h2&gt;

&lt;p&gt;Since I still have some recovery time 😅, I want to take this further.&lt;/p&gt;

&lt;p&gt;Would love ideas on:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;What games should I add next?&lt;/li&gt;
&lt;li&gt;Leaderboards?&lt;/li&gt;
&lt;li&gt;Animations / UI improvements?&lt;/li&gt;
&lt;li&gt;Any viral or sharing features?&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  🙌 Would love feedback
&lt;/h2&gt;

&lt;p&gt;If you try it, tell me honestly:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;What feels good&lt;/li&gt;
&lt;li&gt;What feels off&lt;/li&gt;
&lt;li&gt;What would make you come back&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  🔗 Links
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;🌐 Website: &lt;a href="https://gamesiknow.com" rel="noopener noreferrer"&gt;https://gamesiknow.com&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;💻 GitHub: &lt;a href="https://github.com/TheSahibSingh/gamesiknow/" rel="noopener noreferrer"&gt;https://github.com/TheSahibSingh/gamesiknow/&lt;/a&gt; &lt;em&gt;(source code coming soon)&lt;/em&gt;
&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;Sometimes a bad situation gives you the time to build something good 🙂&lt;/p&gt;

</description>
      <category>gamedev</category>
      <category>ai</category>
      <category>freelance</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
