Back on ye olde site I shared my Angels + Bobs run and it was a hell of a lot of fun! Have fun!! :D
soundasleep
Cat
- 0 Posts
- 10 Comments
I did it like three times, each time finding a new error… I gave up eventually :(
I did a pixel and I think I got it wrong D: and I don’t know why D: WHY is my pixel pink
soundasleep@kbin.socialto Gaming@beehaw.org•Dwarf Fortress adds experimental multithreading support1·2 years agoI’m really curious how they’re doing it, too! I’m making a multithreaded simulation game and the parts that can’t multithread well are related to AI / character logic / tasks and errands / pathfinding, and anything to do with rendering.
soundasleep@kbin.socialto Technology@beehaw.org•Reddit is telling protesting mods their communities ‘will not’ stay private2·2 years agoI’m still waiting on the data export (30 days!?) and then I’m editing and deleting all my content.
soundasleep@kbin.socialto Technology@beehaw.org•Do You Think There Would Have Been a Large Protest if Steve Huffman Just Said We're Charging to Use the API to Increase Revenue?1·2 years agoWhy else would they make access to OpenAI/ChatGPT/etc so cheap? So others can build businesses on the tech that get locked in before they jack up the price.
We’ve seen this rodeo plenty of times now.
soundasleep@kbin.socialto Beehaw Support@beehaw.org•What's Beehaw's opinion on Facebook doing NDAed meetings with fedi admins/devs?12·2 years agoKeep in mind XMPP had similar sorts of activity back when chat apps were the rage, and in the end the protocol was added to Google Talk (now dead), AIM (now removed), Facebook (now removed), and Skype (now removed). https://en.wikipedia.org/wiki/XMPP#Non-native_deployments
I suspect existing orgs will want to contribute just as long as it takes to steal users and build a garden, that they can then wall off.
I’m more about increasing spaces exponentially to really highlight how important each line is
public boolean function() { if (method()) { if (otherMethod()) { for (Object o : list()) { if (o.isAlive()) { return false; } } } } return true; }
I’m trying to make a game in this genre though I describe it as a base-building/simulation/survival game, other favourites include Oxygen Not Included, Timberborn, Factorio and Satisfactory.