• 0 Posts
  • 18 Comments
Joined 28 days ago
cake
Cake day: April 18th, 2025

help-circle
  • The obvious answers are the games we endlessly replayed historically: Mario Kart, Goldeneye (VS mode), Halo (VS), Smash Bros.

    If you specifically want ones on PC, I’d suggest Starcraft, Age of Empires, and probably Counter Strike (I wasn’t into that one, but it had a huge following).

    Many board games fit the bill as well. Codenames (physical or online at horsepaste.com) comes to mind, and another commenter also mentioned chess.

    Basically any games that were made before endlessly grinding became a thing (yep, that’s only been a thing for a decade or two).


  • Ooh, or my other trope: be a cleric with heavy armor and a shield. On your first turn in combat, walk out in front of everyone, cast Shield of Faith, and take the Dodge action. As a free action, yell “come at me, fucknuts!” If you can pick up the Shield spell, you’re mostly invulnerable, and it’s pretty much viable at level 1.


  • My personal favorite aspect with respect to combat is, “I look around, what objects and furniture are in the room?” Then proceed to use that stuff in combat. Long rug? I’ll attempt to trip the opponent by pulling it up. Chandelier? Yeah I’ll throw a hand axe and try to break that chain. Some DMs thrive off of it, some are put off.





  • I did the front-end program on freecodecamp.org a bunch of years ago, it was decent. The challenging part about finding what you’re looking for is that Javascript is used in both the front and back ends (and in a number of other places). Courses in JS will usually focus on backend (node.js is common), but it sounds like you’re looking for a basic front-end course.

    Also note that “integrating front end with back end” is complicated and depends largely on the backend itself. In the free code camp course, I did some calls to APIs from the frontend, which I think is what you’re asking.

    In any case, check out the Full Stack course on freecodecamp.org (specifically what you’re asking about is covered in the “DOM Manipulation and Events” section).







  • I’m not an expert, but any time I’ve needed to do this, I set up my own router as a client to the parent router, and I set my router (client) as the DMZ in the parent router. Effectively you end up with two routers that are both (more or less) connected directly to the internet, without the two networks messing with each other. It’s also minimally invasive to the parent router (even old stock firmware has always had a DMZ option).

    The tricky part then is using the wireless connection as your “WAN port,” rather than a physical one. In which case, as long as you can install OpenWRT on it, you should be fine.