<?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: ed lev</title>
    <description>The latest articles on Forem by ed lev (@q_one).</description>
    <link>https://forem.com/q_one</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%2F3603208%2F606c3ef8-49f1-450f-a5cd-d2d4cb0a75ab.png</url>
      <title>Forem: ed lev</title>
      <link>https://forem.com/q_one</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/q_one"/>
    <language>en</language>
    <item>
      <title>Building Fairness Into PvP Gambling: The Story of Marble Strike</title>
      <dc:creator>ed lev</dc:creator>
      <pubDate>Sun, 09 Nov 2025 12:58:37 +0000</pubDate>
      <link>https://forem.com/q_one/building-fairness-into-pvp-gambling-the-story-of-marble-strike-11lm</link>
      <guid>https://forem.com/q_one/building-fairness-into-pvp-gambling-the-story-of-marble-strike-11lm</guid>
      <description>&lt;p&gt;When you build in Web3, you realize quickly that everyone talks about fairness but very few projects actually implement it.&lt;/p&gt;

&lt;p&gt;Marble Strike was built with that idea at its core: a full PvP gambling ecosystem running on Solana, designed so that everything stays open, visible, and fair.&lt;/p&gt;

&lt;p&gt;Here, players send their marbles into a shared 2D physics arena. They collide, bounce, and fight until only one remains.&lt;/p&gt;

&lt;p&gt;No shady algorithms, no hidden randomness. Every move, every outcome happens on screen, for everyone to see.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fi83yxxdypvbyd8ctjdnc.png" class="article-body-image-wrapper"&gt;&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.amazonaws.com%2Fuploads%2Farticles%2Fi83yxxdypvbyd8ctjdnc.png" alt=" " width="800" height="443"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;We also introduced a utility token, not as a speculative asset, but as a way to circulate value inside the ecosystem, feeding back part of the game’s earnings to sustain the project over time.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Designing Real Fairness&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Traditional gambling platforms rely on hidden algorithms. You never really see what’s happening under the hood.&lt;br&gt;
 We went the opposite way: in Marble Strike, everything happens live, in plain sight.&lt;/p&gt;

&lt;p&gt;No shady math, no invisible dice, just pure physics and collisions you can actually watch.&lt;/p&gt;

&lt;p&gt;Each round starts when players send a 0.02 SOL ticket.&lt;br&gt;
 Once enough players join, all the marbles drop into the arena and chaos takes over.&lt;/p&gt;

&lt;p&gt;Every outcome unfolds right on screen, if anything strange ever happened, everyone would see it instantly.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Technical Challenge&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Marble Strike doesn’t run on players’ devices.&lt;br&gt;
 All matches are simulated on a single secure machine, our Referee node, which handles both the physics and the live stream, that means there’s only one real instance of the game running at any time.&lt;br&gt;
 Everyone watches the same simulation, in real time, exactly as it happens.&lt;br&gt;
Unity powers the physics engine, while a Node.js event server connects it to the blockchain:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;It listens for on-chain transactions (the 0.02 SOL entries).&lt;/li&gt;
&lt;li&gt;Spawns a marble tied to that wallet address.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It’s a simple setup, one machine / one truth but it keeps the system clean, visible, and impossible to fake.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Lessons From Building It&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The hardest part wasn’t technical, it was social.&lt;br&gt;
 People don’t always trust something that mixes “crypto” and “luck.”&lt;br&gt;
 That’s why we made every step observable: you can literally watch the match unfold, marble by marble.&lt;br&gt;
We realized fairness in Web3 isn’t only about smart contracts, it’s about visibility and simplicity.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What’s Next&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;We’re still small.&lt;br&gt;
 No investors, no ads, no hype. Just a working game that anyone can try.&lt;br&gt;
 We’re now exploring ways to bring more players in, maybe even open-source parts of the logic later on.&lt;br&gt;
If you’re a dev, designer, or player who cares about transparent systems, we’d love to connect and exchange ideas.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Author&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Q_One — indie developer and co-creator of Marble Strike, a physics-driven PvP game on Solana focused on fairness and real gameplay.&lt;br&gt;
Marble-Strike &lt;br&gt;
TG &lt;a href="https://t.me/marble_strike" rel="noopener noreferrer"&gt;https://t.me/marble_strike&lt;/a&gt;&lt;/p&gt;

</description>
      <category>gamedev</category>
      <category>cryptocurrency</category>
    </item>
  </channel>
</rss>
