Programming a GBA Game on an iPhone
2 days ago
- #GBA Development
- #Mobile Programming
- #Game Creation
- It's possible to create a GBA game entirely on an iPhone using a specific toolchain and apps.
- The author made a short bitsylike game called 'TO THE TOWER', available for download on itch.io.
- Tools used include: gba bootstrap + gcc-arm-none-eabi for the toolchain, iSH as an Alpine Linux shell for compilation, Textastic for text editing, and Delta for emulation and testing.