Im wondering what games beside doom and classic arcade games like pong, can run on any sort of device and what the limitations are? everyone says will it run doom? but what others games have the same support doom has?
Im not sure if this post goes here but ill start here.
rgalex@lemmy.world 1 hour 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.
fabiensanglard.net/anotherWorld_code_review/