Palm OS 开发者 Aaron Ardiri 在其 GitHub 主页发布了 20 多年前为 Palm OS 开发的多款游戏、GameBoy 模拟器和各种工具的源代码,总共有 12 个仓库。
Aaron Ardiri 写道:“在 iOS 和 Android 诞生之前,甚至在智能手机被发明前,手持式个人数字助理 (Personal Digital Assistant, PDA)” 就已存在,这些设备搭载了诸如 Newton OS、Palm OS, Windows Mobile 和 Symbian 这些系统。彼时,Palm OS 在游戏方面是一片繁荣景象,通过模拟器或实现/复刻许多经典游戏,比如 LodeRunner, Lemmings, Game and Watch。这些游戏主要使用 C 语言编写,并通过汇编进行优化——因为这些游戏会进入各种 Arduino 之类的微控制器;此外,它们专为低内存、低处理能力环境而设计,可以完美移植。”
目前的开源仓库包括以下游戏:
- Phire (Fire!) (game and watch clone)
- Parashoot (Parachute) (game and watch clone)
- Maryobros (Mario Bros) (clone)
- Lemmings (Lemmings) (clone)
- Hoards of the Deep Realm (Loderunner) (clone)
- Hexxagon (Ataxx) (clone)
- DKung (Donkey Kong – Dual Screen) (game and watch clone)
- DKJR (Donkey Kong Jr) (game and watch clone)
- Oktopus (Octopus) (clone)
上述游戏均附带了已编译的二进制文件,可直接使用。