<?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: The Sahib Singh</title>
    <description>The latest articles on Forem by The Sahib Singh (@thesahibsingh).</description>
    <link>https://forem.com/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>Forem: The Sahib Singh</title>
      <link>https://forem.com/thesahibsingh</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/thesahibsingh"/>
    <language>en</language>
    <item>
      <title>I Built a Free Browser Games Website Because Games Became Too Complicated</title>
      <dc:creator>The Sahib Singh</dc:creator>
      <pubDate>Tue, 12 May 2026 19:17:13 +0000</pubDate>
      <link>https://forem.com/thesahibsingh/i-built-a-free-browser-games-website-because-games-became-too-complicated-2cpg</link>
      <guid>https://forem.com/thesahibsingh/i-built-a-free-browser-games-website-because-games-became-too-complicated-2cpg</guid>
      <description>&lt;h1&gt;
  
  
  I Built a Free Browser Games Website Because I Miss Simple Online Games
&lt;/h1&gt;

&lt;p&gt;Most online games today either ask you to install an app, create an account, watch too many ads, or deal with a heavy interface before you can even start playing.&lt;/p&gt;

&lt;p&gt;I wanted something simpler.&lt;/p&gt;

&lt;p&gt;So I started building &lt;a href="https://gamesiknow.com/" rel="noopener noreferrer"&gt;Games I Know&lt;/a&gt; — a free browser games website where you can open a game and start playing instantly.&lt;/p&gt;

&lt;p&gt;No download.&lt;br&gt;&lt;br&gt;
No signup.&lt;br&gt;&lt;br&gt;
No unnecessary steps.&lt;/p&gt;

&lt;p&gt;Just quick games that work on mobile and desktop.&lt;/p&gt;

&lt;h2&gt;
  
  
  What is Games I Know?
&lt;/h2&gt;

&lt;p&gt;Games I Know is a small side project where I’m building simple browser-based games with a clean user experience.&lt;/p&gt;

&lt;p&gt;Right now, the site includes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://gamesiknow.com/games/tic-tac-toe/" rel="noopener noreferrer"&gt;Tic Tac Toe&lt;/a&gt; — play against a friend or bot&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://gamesiknow.com/games/four-in-a-row/" rel="noopener noreferrer"&gt;Four in a Row&lt;/a&gt; — connect four discs in a row&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://gamesiknow.com/games/bingo/" rel="noopener noreferrer"&gt;Bingo&lt;/a&gt; — play Bingo online&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://gamesiknow.com/games/i-know/" rel="noopener noreferrer"&gt;I Know&lt;/a&gt; — a trivia-style game for 1 to 5 players&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Why I’m building it
&lt;/h2&gt;

&lt;p&gt;I like the idea of games that are easy to share and easy to start.&lt;/p&gt;

&lt;p&gt;You should be able to send someone a link and say:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“Open this and let’s play.”&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;That’s it.&lt;/p&gt;

&lt;p&gt;No app store.&lt;br&gt;&lt;br&gt;
No login screen.&lt;br&gt;&lt;br&gt;
No setup.&lt;/p&gt;

&lt;p&gt;Just a browser link.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I’m learning
&lt;/h2&gt;

&lt;p&gt;This project is teaching me that building the game is only one part of the work.&lt;/p&gt;

&lt;p&gt;The bigger challenge is making the game:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;fast on mobile&lt;/li&gt;
&lt;li&gt;easy to understand&lt;/li&gt;
&lt;li&gt;fun in the first few seconds&lt;/li&gt;
&lt;li&gt;simple enough for anyone to play&lt;/li&gt;
&lt;li&gt;discoverable through SEO&lt;/li&gt;
&lt;li&gt;shareable with friends&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I’m also learning how important landing pages are. Each game needs more than just a play screen. It needs a proper page that explains what the game is, how to play, and why someone should try it.&lt;/p&gt;

&lt;h2&gt;
  
  
  The goal
&lt;/h2&gt;

&lt;p&gt;My goal is to slowly build Games I Know into a collection of simple, fast, no-signup browser games.&lt;/p&gt;

&lt;p&gt;Not a huge gaming platform.&lt;/p&gt;

&lt;p&gt;Just a clean place for quick games people already know and enjoy.&lt;/p&gt;

&lt;p&gt;You can try it here:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://gamesiknow.com/" rel="noopener noreferrer"&gt;https://gamesiknow.com/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I’d love feedback from other developers, indie makers, or anyone who has tried growing a small side project from zero traffic.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>gamedev</category>
      <category>javascript</category>
      <category>sideprojects</category>
    </item>
    <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://forem.com/thesahibsingh/i-broke-my-leg-so-i-built-a-free-browser-games-website-67b</link>
      <guid>https://forem.com/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>
