Nifflas

@nifflas.bsky.social

Game developer and adaptive music specialist nifflas.itch.io

Me desperately debugging why the value 0.4 doesn't register as being above a particular threshold My code: [SerializeField] float threshold = 333f;

Does anyone know if there are an archive of really old adverts for products discontinued loooong ago that nobody would worry if I use in streams? The weirder the adverts are the better.

Playing Derelict Star. I love this! I've struggled with how to through mechanics explaining something like this to the player. but turns sometime just spelling it out is very effective

A screenshot from the game Derelict Star. The following words appear on a terminal: Seriously, these don't unlock anything - no new areas or story or anything. Please only do it for the love of the game

I'm still setting up my streaming stuff on twitch, and it'll definitely start happening some time early to mid September. So, follow me if you want to see when I start Main reason is, my game will have twitch integration and I'd love to have help from a chat testing the actual interactions

NifflasGames - Twitch

he/him, making a game called Rhythm Doggo, it's about my dog, Hotdog. She's a good dog. — NifflasGames streams live on Twitch! Check out their videos, sign up to chat, and join their community.

twitch.tv

I'd like to play background music in my streams. Do you have some nice music I'm allowed to play while game dev streaming (it'll always be credited on screen)

I have wrapped up my twitch integration! For someone not understanding OAuth three weeks ago, and barely having done any http and websocket programming 10 days ago, I'm very proud of having pulled this off. I even dare to say, this code is quite good!

I like when games makes me evaluate the situation for a bit, while coming up with a plan, before executing it perfectly (or fail hilariously) Maybe it's why I like PEAK so much

All the parts of my twitch integration works now and are well tested! Authentication, token validating, websocket, subscriptions Now I'm starting on the final part, the manager that automates when to do which of those things (right now I only have an UI with buttons that does these tasks manually)

we have an election coming up in Sweden I'll never get used to there being a neo-nazi party, and how many bought into the idea they've changed, because they use dog whistles now They're campaigning on "make sweden into sweden again" echoing both the neo-nzai slogan "keep sweden swedish" and maga

My twitch OAuth + EventSub implementation is almost complete! No more undocumented anonymous IRC weirdness! The main thing that scares me is implementing surviving an EventSub redirect, but I got this far.

learning about networking code, looking at lots of examples online. So many are like: try { //stuff } //no catch haha. were there an exception? I guess we'll never know or stuff like while (!complete) { //spin spin spin the CPU as fast as we can until we get a response }