49
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 22 Apr 2025
49 points (100.0% liked)
games
20944 readers
83 users here now
Tabletop, DnD, board games, and minecraft. Also Animal Crossing.
-
3rd International Volunteer Brigade (Hexbear gaming discord)
Rules
- No racism, sexism, ableism, homophobia, or transphobia. Don't care if it's ironic don't post comments or content like that here.
- Mark spoilers
- No bad mouthing sonic games here :no-copyright:
- No gamers allowed :soviet-huff:
- No squabbling or petty arguments here. Remember to disengage and respect others choice to do so when an argument gets too much
founded 4 years ago
MODERATORS
I used to be way into MUDs back in the day, and I think Mirkwood was the one I played the most. I still play Aardwolf sometimes. More recently I experimented a bit with Evennia and it was surprisingly not as difficult as I thought it would be. Would be relatively easy for a group to make something together in it... HexMUD when??
So Evennia is interesting in that it's not really programming. You basically go inside your empty game and start building it with commands. It's pretty neat: https://www.evennia.com/docs/latest/Howtos/Beginner-Tutorial/Part1/Beginner-Tutorial-Building-Quickstart.html
You can run scripts that basically auto create stuff to save time, but I find the live environment pretty cool because you can test things as you go along. There's also a lot of preexisting stuff available for it to get started.