<?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: diceonaut</title>
    <description>The latest articles on DEV Community by diceonaut (@diceonaut_42b21357dc1926c).</description>
    <link>https://dev.to/diceonaut_42b21357dc1926c</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4013335%2F74d45bdb-fa26-430f-9da9-d09eb866b0f1.png</url>
      <title>DEV Community: diceonaut</title>
      <link>https://dev.to/diceonaut_42b21357dc1926c</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/diceonaut_42b21357dc1926c"/>
    <language>en</language>
    <item>
      <title>I built a free multiplayer board-game portal — no download, just a browser</title>
      <dc:creator>diceonaut</dc:creator>
      <pubDate>Fri, 03 Jul 2026 10:22:59 +0000</pubDate>
      <link>https://dev.to/diceonaut_42b21357dc1926c/i-built-a-free-multiplayer-board-game-portal-no-download-just-a-browser-1i0f</link>
      <guid>https://dev.to/diceonaut_42b21357dc1926c/i-built-a-free-multiplayer-board-game-portal-no-download-just-a-browser-1i0f</guid>
      <description>&lt;p&gt;I wanted a place to play the board games I grew up with — Ludo, Carrom, Snakes &amp;amp; Ladders — with friends, without everyone installing yet another app. So I built one: &lt;strong&gt;&lt;a href="https://diceonaut.com/?utm_source=devto&amp;amp;utm_medium=referral&amp;amp;utm_campaign=backlinks" rel="noopener noreferrer"&gt;Diceonaut&lt;/a&gt;&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;It's a free, browser-based portal for classic board and skill games. No download, no install, no sign-up to start.&lt;/p&gt;

&lt;h2&gt;
  
  
  What's in it
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Ludo&lt;/strong&gt; — the classic 4-player race, online 
&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fil2drhireje1ivgd68xh.png" alt="Diceonaut — free multiplayer board and skill games in your browser" width="800" height="450"&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Carrom&lt;/strong&gt; — flick, pot, win, with real board physics
&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F9skegsnf952o3qw64mwi.png" alt="Diceonaut — free multiplayer board and skill games in your browser" width="800" height="450"&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;9-Ball Pool&lt;/strong&gt; — turn-by-turn pool with a proper physics engine
&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F8dnlx613vpldlna04f1z.png" alt="Diceonaut — free multiplayer board and skill games in your browser" width="800" height="450"&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Quoridor&lt;/strong&gt; — race across the board while walling your opponent off&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Connect 4, Gomoku, Snakes &amp;amp; Ladders, Tic-Tac-Toe, Duel Deck&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Every game runs three ways: &lt;strong&gt;online against real players&lt;/strong&gt;, &lt;strong&gt;against AI&lt;/strong&gt;, or &lt;strong&gt;pass-and-play&lt;/strong&gt; on a single device. You can challenge a friend with a private-room link, climb per-game and global leaderboards, and earn a shared currency across every game.&lt;/p&gt;

&lt;h2&gt;
  
  
  The tech (briefly)
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Backend:&lt;/strong&gt; Go, with authoritative match state held in memory (goroutine-per-match) — the server is the source of truth for every roll and move, so online play can't be cheated.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Frontend:&lt;/strong&gt; React for the portal/lobby (SEO-friendly, prerendered) + Phaser for each game canvas.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Realtime:&lt;/strong&gt; a message-bus transport with a binary fast path for the hot loop.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Infra:&lt;/strong&gt; self-hosted on a single box (Podman), fronted by Nginx + Cloudflare.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Server-authoritative dice were the fun part — the roll is generated and validated server-side, broadcast to every client, so there's no trusting the browser.&lt;/p&gt;

&lt;h2&gt;
  
  
  Try it
&lt;/h2&gt;

&lt;p&gt;It's live and free: &lt;strong&gt;&lt;a href="https://diceonaut.com/?utm_source=devto&amp;amp;utm_medium=referral&amp;amp;utm_campaign=backlinks" rel="noopener noreferrer"&gt;diceonaut.com&lt;/a&gt;&lt;/strong&gt;. Feedback very welcome — especially on the physics games.&lt;/p&gt;

</description>
      <category>gamedev</category>
      <category>webdev</category>
      <category>showdev</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
