• 0 Posts
  • 30 Comments
Joined 3 years ago
cake
Cake day: June 22nd, 2023

help-circle



  • I completely and utterly loved both of those games, but if I had to choose I’d go with Baldurs Gate 3, simply because it gave me many many more hours of gameplay while keeping things fresh enough for multiple playthroughs and is very fun multiplayer with up to 4 people, though also fun single player. Expedition 33 is a lot of fun but strictly single player and for 1 playthrough, replays are just the same but a little harder.

    Highly recommend both when you can, each will consume a nice part of your life


  • Depends on how young and what kind of post game content you are looking for. Either way the more modern games have more post game content though, some even with dlc.

    If very young, the let’s go games are probably a better choice as they are more kid friendly. Story follows red/blue but has modern elements added to it and post game is basically catch em all.

    Normal like games I’d say sword and shield or scarlet and violet would be better since they are in the switch, swsh I remember spending a lot of time in the post game for dlc 2 (crown tundra) because it had a cave you could take with interesting raids you can do with randos on the internet and collect legendaries, SV had less interesting post game but is still active and can keep someone entertained for longer if they follow the events and releases. I’d be more likely to recommend SV if they have a switch 2 though, as it runs kind of bad on switch 1.

    If a bit older, Legends Arceus is a lot of fun but requires a bit more skill and movement, has some fun new takes on the pokemon series and the catch em all has a different variety than usual games. Also Legends ZA will come out soon and will follow some of the same gameplay style as Legends Arceus.



  • It’s because the hand joker card there allows straights and flushes to be made with 4 cards, so the 4 black suited cards make a flush, and the gapped sequence makes a straight, since both hands are made together it counts as straight flush. You can ignore the ace. It can get weirder because you can make a 4 card straight and toss another card unrelated but with the same suit as 3 of the straight cards and it still counts as straight flush.









  • Message straight on the body is the worst possible response for an error here, it is bad design to straight up show the error from the back end to the user, usually it needs translation and/or adaptation due to message size on the front-end to show properly, and applying those on top of a message will make it stop working as soon as anyone in the backend decide to change a dot or comma anywhere. It is a bad idea to let the backend make direct impact in the front when you can because backend devs won’t even know what impact they are causing until later in testing and it will be harder to trace back and fix.

    IMO you need at least a json with code and message, the front will ignore the message for everything but testing and use the code to match a translation file that will get the proper message, making it easy to translate and change as needed without having to rebuild the whole backend along with front changes. You may also have an extra parameter there in some cases when you want to return where more specifically the error occurred or an array of errors. Status usually not needed as you can get those from the http code itself.




  • There is a big door behind the goddess statue inside the temple, after you learn rewind you have to press a button to push on it and it consumes your hearts, but you will fail because it needs you to have 4 hearts. That triggers the cutscene to grab the fourth shrine, so you have enough to get the extra heart from the statue.

    Opening that particular door is the trigger to unlock the tutorial and let you into the open world, it is, as far as is known, a required step, and even speedrunners do it because there are no known skips. If what you did somehow skipped that and was not just a goof on your part, you have just found out a glitch that will shave minutes off a speedrun and speedrunners would be very interested to know how you did it, if you can recall.