rgalex
@rgalex@lemmy.world
This is a remote user, information on this page may be incomplete. View at Source ↗
- Comment on What's a video game that can run on any sort of device?(besides doom and pong) 2 weeks ago:
Another World. It’s impressive how it’s done, the game is programmed in a custom bytecode, and runs on an interpreter for the game. Porting the game to other platforms just requiere implementing the interpreter.
That allowed the game to be ported even to GBA.
There is a blog post that explains everything about it, and it’s super interesting.