Skip to main content

2 posts tagged with "Git"

View All Tags

Passing Open-Source Games Forward

· 5 min read
Li Jin
Dora SSR developer

I 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 IDE

· 3 min read
Li Jin
Dora SSR developer

Dora 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?