<?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: droober</title>
    <description>The latest articles on DEV Community by droober (@droo4you).</description>
    <link>https://dev.to/droo4you</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%2F3844548%2F0eaf72ee-140d-47f7-86d7-70dc9c8d2cad.jpeg</url>
      <title>DEV Community: droober</title>
      <link>https://dev.to/droo4you</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/droo4you"/>
    <language>en</language>
    <item>
      <title>I built Coindle — a daily crypto guessing game powered by Pyth Network price feeds</title>
      <dc:creator>droober</dc:creator>
      <pubDate>Thu, 26 Mar 2026 10:39:28 +0000</pubDate>
      <link>https://dev.to/droo4you/i-built-coindle-a-daily-crypto-guessing-game-powered-by-pyth-network-price-feeds-59em</link>
      <guid>https://dev.to/droo4you/i-built-coindle-a-daily-crypto-guessing-game-powered-by-pyth-network-price-feeds-59em</guid>
      <description>&lt;p&gt;Hey everyone! I built Coindle for the Pyth Playground Community Hackathon. It's a daily cryptocurrency guessing game, pretty much think Wordle but for the silly internet coins.&lt;/p&gt;

&lt;p&gt;Coindle uses 4 distinct Pyth integration points:&lt;/p&gt;

&lt;p&gt;Live Price Display — Real-time prices via Pyth Hermes API, polling every 30 seconds with a green pulse indicator&lt;/p&gt;

&lt;p&gt;24h Price Change — Calculated using Pyth historical timestamp endpoint to show percentage change&lt;/p&gt;

&lt;p&gt;Price Tier Game Logic — Prices mapped to 10 logarithmic tiers for the guessing mechanic (cached server-side)&lt;/p&gt;

&lt;p&gt;90-Day Sparkline Charts — Historical price data sampled every 3 days from Pyth, rendered as SVG sparklines in easy mode&lt;/p&gt;

&lt;p&gt;All 141 coins have verified Pyth Hermes feed IDs. The price data is what actually drives the gameplay — without accurate oracle data, the price range category wouldn't work.&lt;/p&gt;

&lt;p&gt;How it works&lt;/p&gt;

&lt;p&gt;Every day at midnight UTC, a new mystery coin is selected from a pool of 141 cryptocurrencies. You get 6 guesses to figure out which coin it is. Each guess reveals clues across 6 categories:&lt;/p&gt;

&lt;p&gt;Type — L1, L2, DeFi, Oracle, etc.&lt;/p&gt;

&lt;p&gt;Logo Color — Primary color of the coin's logo&lt;/p&gt;

&lt;p&gt;Launch Year — When the coin launched&lt;/p&gt;

&lt;p&gt;Ticker Length — Length of the ticker symbol&lt;/p&gt;

&lt;p&gt;Price Range — Current price tier (powered by live Pyth feeds)&lt;/p&gt;

&lt;p&gt;FDV Range — Fully diluted valuation bucket&lt;/p&gt;

&lt;p&gt;Each category shows green (exact match), yellow (close/adjacent), or red (wrong) — plus directional arrows for numeric categories so you know whether to guess higher or lower.&lt;/p&gt;

&lt;p&gt;Features&lt;/p&gt;

&lt;p&gt;Two difficulties — Easy mode (3 hints + sparkline chart) and Hard mode (no hints, just raw knowledge)&lt;/p&gt;

&lt;p&gt;Daily mode with stats tracking, win streaks, and share-able emoji grids&lt;/p&gt;

&lt;p&gt;Free play mode for unlimited practice&lt;/p&gt;

&lt;p&gt;Discord bot — /coindle slash commands so you can play in your server&lt;/p&gt;

&lt;p&gt;Farcaster mini app — playable directly inside Warpcast&lt;/p&gt;

&lt;p&gt;Mobile responsive — works great on phone&lt;/p&gt;

&lt;p&gt;Dark/light theme — charcoal/navy dark mode, beige/green light mode&lt;/p&gt;

&lt;p&gt;Tech Stack&lt;/p&gt;

&lt;p&gt;Next.js 16 (App Router) + TypeScript + Tailwind CSS 4&lt;/p&gt;

&lt;p&gt;Pyth Hermes API for all price data&lt;/p&gt;

&lt;p&gt;Vercel deployment&lt;/p&gt;

&lt;p&gt;Discord.js bot on Railway&lt;/p&gt;

&lt;p&gt;Links&lt;/p&gt;

&lt;p&gt;Play: &lt;a href="https://coindle.xyz" rel="noopener noreferrer"&gt;https://coindle.xyz&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Source: &lt;a href="https://github.com/droo4you/coindle" rel="noopener noreferrer"&gt;https://github.com/droo4you/coindle&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Discord Bot: &lt;a href="https://discord.com/oauth2/authorize?client_id=1485813922580926515&amp;amp;permissions=2048&amp;amp;scope=bot%20applications.commands" rel="noopener noreferrer"&gt;https://discord.com/oauth2/authorize?client_id=1485813922580926515&amp;amp;permissions=2048&amp;amp;scope=bot%20applications.commands&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Farcaster: Coindle mini app on Warpcast&lt;/p&gt;

&lt;p&gt;License: Apache 2.0&lt;/p&gt;

&lt;p&gt;Would love feedback! What coins should I add to the pool? Any category ideas? I could also maybe include equities since this is all powered by Pyths Price Feeds.&lt;/p&gt;

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