Self hosting kids-friendly multiplayer games on Raspberry Pi 4

I’m working on a little project and I would like to have some multiplayer game that I can play with the kids. Ideally they should be little kids friendly, so no doom or quake.

I tried Minecraft, bedrock but the latency over wifi (and it needs to be over wifi for my project) is really bad.

In an ideal situation, I’d like to have one or more games that
- Can be played in multiplayer mode
- Ideally you only need the browser
- Is relatively lightweight, so can be run on a Raspberry Pi with Wifi

Any suggestions besides the one I mentioned? Maybe some emulator that can be used? Thanks!

cc @selfhost@lemmy.ml @selfhosted@lemmy.world

    • TootSweet@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      edit-2
      8 days ago

      Minetest is an excellent candidate for this use case, I’d say. I play Minetest on a Raspberry Pi 4 connected to a Minetest server hosted on a different Raspberry Pi 4 (both running Arch Linux Arm) over Wifi regularly and don’t find latency or lag or anything to be a significant issue.

      The world I’ve been playing in that particular way is on the game VoxelLibre (Formerly Mineclone 2). It’s intended to mirror Minecraft’s functionality as closely as possible. It’s not 100% implemented, but a lot of it is implemented, and it’s very playable. The default Minetest Game is great too. It lacks mobs, but mobs can be added with mods like the various Mobs Redo API plugins. (And it’s easy to have mobs but not enemy mobs that can kill the players if that’s the vibe you’re going for.)

  • Klaymore@sh.itjust.works
    link
    fedilink
    arrow-up
    6
    ·
    8 days ago

    These aren’t browser games, but could still be fun.

    I used to play Battle for Wesnoth a lot as a kid, both with my dad and by myself, and as it’s turn-based it should run fine on a raspberry pi.

    OpenTTD could be fun, although it may be a little complicated depending on how old they are. It’s not very difficult in terms of challenge though, it’s more of a sandbox once you get past a certain point. There’s also sandbox options to give yourself lots of money if you didn’t want to worry about money and just build cool trains and stuff.

    I used to play a lot of Supreme Commander with my dad as well, so maybe something similar like Beyond All Reason or ZeroK could work if they take an interest to that kind of game. I haven’t tried them though.

      • mhredox@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        3 days ago

        Definitely possible – check out emulatorjs. There are a few premade docker containers for it, but they were a bit finicky when I tried them. I eventually just ended up writing a react wrapper for it and have it hosted in a docker container. It works great, and will even play psx games without issue.