Programming a GBA Game on an iPhone

Hacker News Top News

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.

No content available
Original Article
View Cached Full Text

Cached at: 06/11/26, 07:37 PM

# programming a gba game on an iphone Source: [https://blog.adamledoux.net/posts/2026-06-08-programming-a-gba-game-on-an-iphone.html](https://blog.adamledoux.net/posts/2026-06-08-programming-a-gba-game-on-an-iphone.html) #### 2026\-06\-08 it recently occurred to me that it would be possible to make a gba game entirely on my phone \- once it did, i couldn't get the idea out of my head until i'd tried it so, i made a short bitsylike game called TO THE TOWER \- you can[download it from itch\.io](https://ledoux.itch.io/tower)if you'd like to play\! here are all the apps and tools i used to make the game on my phone: - toolchain:[gba bootstrap](https://codeberg.org/SkyLyrac/gba-bootstrap)\+ gcc\-arm\-none\-eabi - shell:[iSH](https://ish.app/)\- this is an alpine linux shell for iOS, which is what i used to compile the game \(you can install the necessary arm gcc toolchain directly from the package manager within the app\!\) - text editor:[textastic](https://www.textasticapp.com/)\- a very nice text editor for iOS - emulator:[delta](https://deltaemulator.com/)\- i used this emulator to test the game on my phone

Similar Articles

Why I Wrote a Game Boy Advance Game in Zig (2024)

Lobsters Hottest

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

Fabien Sanglard

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 gave my agent my actual iphone..

Reddit r/openclaw

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

Lobsters Hottest

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.