According to monitoring by Beating, Ammaar Reshi, the product and design lead at Google AI Studio, has successfully ported the classic real-time strategy game 'Command & Conquer: Generals - Zero Hour' from 2003 to Mac, iPhone, and iPad platforms. The project was not executed through emulators or cloud gaming; instead, the original game engine was recompiled for the ARM64 architecture of modern Apple chips. Reshi revealed that this complex porting work was accomplished with the assistance of Anthropic's latest large model, Claude Fable 5. Previous attempts with the older Opus 4.8 model had failed. Fable 5 helped him restructure the game engine, addressing the strict iOS sandbox file system and memory limitations, and even customized a set of touch screen controls that include two-finger panning, zooming, and unit selection. For graphics rendering, the project utilized DXVK and MoltenVK technologies to translate the original DirectX 8 graphics pipeline into Apple's Metal API. The code has been open-sourced on GitHub. Due to copyright reasons, the repository does not include the game assets, so players will need to provide their own original game files (such as the Steam version) to run it. However, the ported version has a large memory footprint, posing a risk of crashes on low-memory iPads.
All Comments