Spyke

Posts

balatro·[MIGRATED TO DIFFERENT INSTANCE CHECK PIN POST] BalatrobyBlackthorn

Final boss too hard?

I have less than 10 hours in the game, 7 runs, only one success (with a blue deck).

The game is cool, difficulty really ramps up with the last 2 antes, but there are two boss modifiers that always kill me, especially when they are assigned to the last boss:

  1. the one that moves the target up to 300000 (instead of 100000) and
  2. the one that forces you to win in only one hand.

It feels like the game pushes you to be in a position where you can win in a single hand with a base target and that's asking a lot on the basic difficulty when the player is still trying to understand all synergies and mechanics. I dunno, it feels these modifers should be unlocked at higher difficulty levels.

It doesn't help that runs are so long (over 1 hour) and losing at the final boss with such a difficulty spile feels pretty frustrating.

Anyone else feels frustrated with these specific modifiers? How do I counter then? Is it a matter of "git gud" and just be more aggressive in Joker selection?

View original on programming.dev
gamedev·Game DevelopmentbyBlackthorn

How do I cap fps with SDL2 and gsync monitor?

I guess the question is straightforward. I'm creating a simple 2D game with a few animation and 30 or 60 fps are more than enough. I'd like to cap the fps to reduce power consumption on my laptop when testing my own game. I can manage that from the nvidia control panel, but I can do that from ingame code? I can see many games provide a fps cap option. How do they achieve that? Sleeping/calling Sdl_delay doesn't seem a great option and neither is active waiting while checking for passed time. Is there an hardware mechanism I can block to?

View original on programming.dev

D&D honour among thieves

Well, I finally watched this movie yesterday, with 0 expectations and I actually enjoyed it. I'm surprised to learn it jas >90% score on Rotten Tomatoes as I wouldn't rate it that high, but I found it very compelling; I was actually looking forward to how they would come out of those bad situations this time. Characters were strangely well developed with backstory that didn't make my eyes roll. Sure, not original, but well told. I was expecting a Netflix movie type (dull and somewhat boring) and ended up with a good pic. Hoping for a sequel.

View original on programming.dev
programming·ProgrammingbyBlackthorn

Let's talk about Zig

I have been reading about this new language for a while. It's a C competitor, very slim language with very interesting choices, like supporting cross platform compilation out of the box, supports compiling C/C++ code (and can be used as a drop in replacement for C) to the point in can be used as replacement of (c)make and executables are very small.

But, like all languages, adoption is what makes the difference. And we don't know how it goes.

Is anyone actually using Zig right now? Any thoughts?

View original on programming.dev

You reached the end