r/javascript • u/moving808s • 8d ago
Modernising Project GoldScript for 2026
https://projectgoldscript.com/thoughts/modernising-project-goldscript-for-2026/Project GoldScript is a tactical RPG engine I have been building in the open for over a decade. It’s composed of a a web stack (with three.js and react under the hood) aimed at shipping a real game to Steam, mobile and consoles. This year I finally did the migration I had been putting off: two aging create-react-app repos (engine in one, game in the other) collapsed into a single pnpm and Vite monorepo, with the engine broken into eleven focused packages that are guarded against circular dependencies.
12
Upvotes