<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
  <title>GameDev.Tech Devlog</title>
  <link>https://gamedev.tech/devlog.html</link>
  <description>Devlog of GameDev.Tech - games &amp; tools, built in Rust</description>
  <language>en</language>
  <item>
    <title>The A.I. stopped dancing: a loop watchdog (and self-play)</title>
    <link>https://gamedev.tech/devlog/loop-watchdog.html</link>
    <guid>https://gamedev.tech/devlog/loop-watchdog.html</guid>
    <pubDate>Wed, 01 Jul 2026 00:00:00 +0000</pubDate>
    <description>A player danced my chess A.I. into an infinite standoff. Here's the fix — a repetition-loop watchdog that shuffles in extra field algorithms to break out — plus a new AI-vs-AI watch mode with per-side randomised fields.</description>
  </item>
  <item>
    <title>Flow Field Chess: a chess engine that refuses to search</title>
    <link>https://gamedev.tech/devlog/flow-field-chess.html</link>
    <guid>https://gamedev.tech/devlog/flow-field-chess.html</guid>
    <pubDate>Tue, 30 Jun 2026 00:00:00 +0000</pubDate>
    <description>The full story of FFCE: a chess engine I built that does no search, keeps no opening book, and consults no database. It optimises for authenticity over strength — by conventional metrics a weak engine, and deliberately so — rebuilding the board each turn as a stack of physical fields and playing the move that most improves the weather.</description>
  </item>
  <item>
    <title>A 1999-style homepage, generated in Rust</title>
    <link>https://gamedev.tech/devlog/rust-generated-homepage.html</link>
    <guid>https://gamedev.tech/devlog/rust-generated-homepage.html</guid>
    <pubDate>Sun, 28 Jun 2026 00:00:00 +0000</pubDate>
    <description>Why this site looks like it fell out of 1999 — on purpose — and how a small Rust generator builds the whole thing twice, modern and GeoCities, from a single content file.</description>
  </item>
  <item>
    <title>Flow Field Chess is live</title>
    <link>https://gamedev.tech/devlog/ffce-live.html</link>
    <guid>https://gamedev.tech/devlog/ffce-live.html</guid>
    <pubDate>Sun, 28 Jun 2026 00:00:00 +0000</pubDate>
    <description>FFCE is live in your browser — a chess engine that scores fields instead of searching. Rust, compiled to WebAssembly; no server, no install, no opening book to lean on.</description>
  </item>
</channel>
</rss>
