this post was submitted on 19 Jun 2024
2 points (100.0% liked)

Self Hosted - Self-hosting your services.

11120 readers
1 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules

Important

Beginning of January 1st 2024 this rule WILL be enforced. Posts that are not tagged will be warned and if not fixed within 24h then removed!

Cross-posting

If you see a rule-breaker please DM the mods!

founded 3 years ago
MODERATORS
 

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

top 4 comments
sorted by: hot top controversial new old
[–] Klaymore@sh.itjust.works 1 points 2 months 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.

[–] Num10ck@lemmy.world 0 points 2 months ago (1 children)

does an emulator count? like MAME or NES etc?

[–] alvaro@social.graves.cl 0 points 2 months ago (1 children)

@Num10ck@lemmy.world that is fine, but I suspect it is not possible to play it in a multiplayer setting via a browser

[–] mhredox@lemmy.world 1 points 1 month ago* (last edited 1 month 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.