How I programmed a Game Boy Advance game entirely on an iPhone
By
akkartik
Summary
A developer documents their experience creating a Game Boy Advance (GBA) game entirely on an iPhone, using a combination of iOS apps including iSH (an Alpine Linux shell) and the GBA bootstrap toolchain with GCC ARM compiler. They created a short "bitsylike" game called "TO THE TOWER" available on itch.io, proving that GBA homebrew development is possible using only mobile tools.
Source
Key quotes
· 3 pulledit 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
i made a short bitsylike game called TO THE TOWER - you can download it from itch.io if you'd like to play!
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 packag
You might also wanna read
Standboy: A Game Boy emulator for your code editor sidebar that plays while AI agents work
Michael built Standboy, a free and open-source Game Boy emulator that lives in your code editor's sidebar. It automatically wakes up when yo
GB Operator mobile app lets you use the Game Boy Camera with your smartphone
Epilogue's GB Operator accessory, which lets you connect Game Boy cartridges to PCs, now has a new mobile app for iOS and Android. The app a
Developer Creates Bare-Metal Game System for Raspberry Pi 3 Using AArch64 Assembly
The article discusses [Inkbox]'s project to program bare-metal games for a Raspberry Pi 3, running games on cartridges without an operating

Microsoft Releases Godot Sample for Building XBOX Games on PC
Microsoft has released a public Godot sample on GitHub that demonstrates how developers can build a Godot extension integrating the Microsof
elevenforum.com·15d agoApp2.dev: No-Code Platform Converts Figma Designs and Ideas into Web and Mobile Apps
App2.dev is a no-code platform that enables users to transform app ideas and Figma designs into complete web and mobile applications. The pl
Xcode: Apple's Development Environment for Building Apps Across Apple Platforms
Xcode is Apple's integrated development environment (IDE) for creating apps across all Apple platforms. The article highlights Xcode's featu
