Back on ye olde site I shared my Angels + Bobs run and it was a hell of a lot of fun! Have fun!! :D
Cat
Back on ye olde site I shared my Angels + Bobs run and it was a hell of a lot of fun! Have fun!! :D
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
Good news! In a few decades these temperatures won’t be considered “extreme” anymore.
I’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.
I’m still waiting on the data export (30 days!?) and then I’m editing and deleting all my content.
It depends what you’re wanting to do and what you define as ‘cheating’? I’d expect you’d get better at debugging massive amounts of hallucinated code, but I don’t think it’d generally improve your skills in software design/engineering/architecture. It might help you learn about breaking down software and integration though.
Why 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.
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.