Google AI Studio产品设计负责人用Claude Fable 5原生移植《命令与征服:将军》

Main takeaway: Ammaar Reshi ported the 2003 RTS Command & Conquer: Generals - Zero Hour to Mac, iPhone, and iPad by recompiling the original game engine to ARM64 (not emulation or cloud). He used Claude Fable 5 to solve iOS sandbox and memory limits and to design touch controls, and used DXVK and MoltenVK to translate DirectX 8 to Apple Metal. The code is on GitHub, players need original game files (e.g., Steam) and may see crashes on low-memory iPads.

币界网消息,Google AI Studio产品与设计负责人Ammaar Reshi成功将2003年经典即时战略游戏《命令与征服:将军-绝命时刻》移植到Mac、iPhone和iPad平台。该项目通过将原版游戏引擎重新编译为ARM64架构实现,非通过模拟器或云游戏。Reshi表示,这项复杂的移植工作是在Anthropic最新大模型Claude Fable 5的协助下完成的。Fable 5解决了iOS沙盒文件系统与内存限制问题,并定制了双指平移、缩放、单位框选的触控操作逻辑。项目使用DXVK与MoltenVK技术,将DirectX 8的图形管线翻译为Apple的Metal API。目前代码已在GitHub开源,玩家需自备原版游戏文件(如Steam版)才能运行,且在低内存iPad上运行有闪退风险。