- Shattered Pixel Dungeon
- Sunset Overdrive
- Your Only Move is Hustle
- Death’s Door
- Super Woden GP 2
Some stuff I decided to put on codeberg.
Also, high five if you recognize the fucking hell hole that is that background landscape.
picture a square that is n times n, grid size 1. cut it diagonaly, you have n²/2, but that leaves out the bunch of triangles that are 1/2 each. how many of these triangles are there? n.
so we are left with n²/2 + n/2.
which is (n² + n)/2.
which is n(n + 1)/2.
edit.: maybe using an irl example like counting steps on a staircase and their area could help ilustrate it better, idk.
I like Tauon Music Box.
Python based. Relatively easy to compile. It’s also on flathub.
I mean, I don’t mind too much the lack of a grid system but I just can’t get used to the turn-less combat system of games like “Pillars of Eternity”, Tyranny or Pathfinder.
They are great, though. It’s just a nitpick I have.
Kind of a small spoiler, but:
Only thing I have to say about anyone trying Sekiro is: don’t worry about dragon rot. It is not a big deal as you first think. Like, at all.
Can you believe that actually put me off of playing it for a year or so?
this reminds me of cataclysm dda innawoods challenge. dunno how it is now, haven’t played for a good while but looks like you can make camps and assign tasks to fellow survivor npcs.
it’s a pretty solid game, beats any survival game any day if you are into turn based roguelikes.
Wasn’t a guy convicted on france not long ago and the deciding factor the judge used was because he used linux? WTF is going on there?
top of my head, sekiro.
was on windows getting about 30fps and struggling to run, so I used a ported dxvk dll someone mentioned, it is on github (I’ll post the link when I find it)
straight to 60fps, no more frame drops. it was crazy.
edit: I was on an AMD gpu, iirc I don’t think people on nvidia had the same problem
update: found the post
I’m starting to think JS maintainers have a thing against mathematicians
JS null and undefined shenanigans
basically:
==
is fucky and to it null only equals undefined and undefined only equals null (and themselves), so no