What is a good multiplayer game that is both (almost) endlessly replayable AND with less grinding as possible?

  • fracture [he/him] @beehaw.org
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    12 hours ago

    honestly check out archipelago, it’s a framework that allows you to play a lot of different randomized games with your friends. you can play synchronously or asynchronously, and if you’re handy with code, you can even add any game you want to it

    appendix

    “what’s a randomizer?” a randomizer is a method of scrambling the items in a video game, while keeping it solvable, to be able to re-experience the same game with a fresh sense of progression. an easy game to think about this with is something like metroid or zelda. you need powerups to unlock certain parts of the game, but what if you could find those powerups anywhere you found a missile expansion or a chest? that’s what a randomizer is

    “how does that work with multiple people?” now imagine that, between you and your friend’s randomized games, the items for both games could end up in either game. if we use the metroid/zelda idea from earlier, metroid might have zelda’s boomerang, while zelda might have metroid’s morph ball. the logic to ensure the games are solvable is still there, but you might be stuck waiting until your friend finds your key item. this is called “being in burger king” or 'being bk’d"

    other vocab

    check: any spot you can collect an item in a randomizer (think all collectibles and powerups in metroid, for example)

    burger king: when you have run out of checks of your own and are waiting for someone else to send you a critical item you need to make any meaningful progress again. named after the first multiworld randomizer, where someone was stuck for so long, they were able to go to burger king for six hours and return only to still be in the same situation