Passing Open-Source Games ForwardAugust 16, 2026 · 5 min readLi JinDora SSR developerI have long wanted open-source games to work like a relay. Not merely as source archives that people can inspect, but as living projects another creator can download, run, change, commit, and carry forward. In Game Jams, I often see people rebuild the same input, scene, character-state, menu, and genre foundations. Rebuilding can be good practice, but it also makes me wonder: could yesterday's finished game become today's starting point? Dora therefore had an early, deceptively simple goal: obtain an open-source game through git clone.
A Lightweight Git Panel for Dora Web IDEAugust 16, 2026 · 3 min readLi JinDora SSR developerDora Web IDE now has a Git panel, and its scope is intentionally modest. It is not a complete Git reimplementation in the browser, nor an attempt to pull experienced users away from their terminals. It answers a narrower question: while a project is already open, can the common loop of reviewing changes, selecting a commit, writing it, and synchronizing with a remote stay inside the same workspace?