

2·
11 months agoWhat I like about it is that I don’t need to delve into second hand shopping to get some old classic games.
I’ve always wanted to get into getting retro games, and I would get different consoles, but as a matter of money and space I’ve found it difficult unless I get into only one system, and I find the evercade as a compromise for getting a variety of collections from different systems.
Of course, emulating ROMs would give almost the same experience, but the physical releases with their little manual got me.
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.
https://fabiensanglard.net/anotherWorld_code_review/