在 iPhone 上编写 GBA 游戏
Programming a GBA Game on an iPhone

原始链接: https://blog.adamledoux.net/posts/2026-06-08-programming-a-gba-game-on-an-iphone.html

2026-06-08 我最近想到,完全在手机上制作一款 GBA 游戏是有可能的。一旦有了这个念头,我就念念不忘,直到尝试之后才罢休。于是,我制作了一款名为《TO THE TOWER》的短篇 Bitsy 风格游戏。如果你想玩的话,可以从 itch.io 下载!以下是我在手机上制作这款游戏所使用的所有应用和工具: 工具链:gba bootstrap + gcc-arm-none-eabi Shell:iSH——这是 iOS 上的 Alpine Linux shell,我用它来编译游戏(你可以直接从应用内的包管理器安装所需的 ARM GCC 工具链!) 文本编辑器:Textastic——一款非常出色的 iOS 文本编辑器 模拟器:Delta——我使用这个模拟器在手机上测试游戏

Hacker News 最新 | 过往 | 评论 | 提问 | 展示 | 招聘 | 提交 登录 在 iPhone 上编写 GBA 游戏 (adamledoux.net) 7 分,由 akkartik 发布于 1 小时前 | 隐藏 | 过往 | 收藏 | 讨论 | 帮助 指南 | 常见问题 | 列表 | API | 安全 | 法律 | 加入 YC | 联系 搜索:
相关文章

原文

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 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 + gcc-arm-none-eabi
  • shell: iSH - 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 - a very nice text editor for iOS
  • emulator: delta - i used this emulator to test the game on my phone
联系我们 contact @ memedata.com