Programming a GBA Game on an iPhone
Summary
An author documents how they programmed a Game Boy Advance game entirely on an iPhone using tools like iSH, Textastic, Delta, and gba bootstrap, resulting in a short game called TO THE TOWER.
View Cached Full Text
Cached at: 06/11/26, 07:37 PM
Similar Articles
Why I Wrote a Game Boy Advance Game in Zig (2024)
A developer explains why they chose the Zig programming language to create a Game Boy Advance game, highlighting Zig's cross-compilation capabilities and suitability for embedded programming.
How the DevTeam conquered the iPhone
A detailed retrospective on the iPhone Dev Team's summer 2007 efforts to jailbreak and unlock the original iPhone, recounting each milestone and the technical challenges involved.
I got a real transformer language model running locally on a stock Game Boy Color!
A developer successfully runs a quantized TinyStories transformer model locally on a stock Game Boy Color using custom ROM and fixed-point math.
I gave my agent my actual iphone..
A developer created a way for AI agents to control real iPhones via API, enabling tasks like drafting iMessages, running iOS Shortcuts, and mobile app testing. They are offering access to 70 phones for experimentation.
Rust x GBA: Setup and Pixels
A tutorial guide that walks through setting up a Rust project to build a ROM that runs on the Game Boy Advance, covering project setup and pixel rendering.