Search results for "4d17b55abc228b5e2f55ebf4e5443491" in md5 (6)

/g/ - /dpt/ - daily programming thread
Anonymous No.106478708
>>106467547
I'm dumb and not a "REAL programmerâ„¢" which is why I'm trying to learn to make games by using a predefined library. Idk how any of this stuff like image files and audio and text are ACTUALLY cobbled together. I just know I can use a set of functions and classes from SDL to do what I want to do.
/g/ - Thread 106100390
Anonymous No.106103940
Game developers are on another level
/v/ - Thread 715239473
Anonymous No.715242152
>>715241810
From this meme image,
Condition 2 only works for booleans (assuming it works).

That said, credit where credit's due Yanderedev made literal spaghetti code with nested upon nested if statements. But I can grab some coffee and work with it and refactor it.

Thor's fucking 1000+ line by line array though. There's not enough money in the world for me to touch that. Good thing AI coding is becoming a thing to help him fix that shit he dug himself into
/r9k/ - Thread 81687130
Anonymous No.81688512
>>81687130
Why is your friend yandere dev?
/v/ - Thread 714211527
Anonymous No.714213961
>>714212524
This code is a standin for a code that look both like his code and yandev code (pic related).
CPU wise it is indeed not an issue in practice for script thing.
However there is a reason why both his and yandev games are not out even after a literal decade of work on em.
/v/ - Thread 714081676
Anonymous No.714086996
>>714086335
I will have to go deep on this shit, and just to "deboonk" one of your points, because on the other two you're correct and i'm even saying the same on this very thread.
The code he's defending is actually just a stand for the actual code of yandev (pic related) and his own that is very similar, it is a bunch of ifs, but for dialogue and state shit.
He is correct on affirm that this code won't hurt the performance much, because the game only runs this code once per frame and in the overall picture, it's not heavy.
However that's the tail of the ferret, because even on the actual case Extensibility and Maintenance are fucking shit, and are probably the reason why neither heartbound nor yandere simulator are out yet, despite having almost/more than a decade of development.