this post was submitted on 10 Sep 2024
506 points (96.9% liked)

Programmer Humor

24985 readers
1003 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 9 points 10 months ago (1 children)

oh god, you're making me think of the difference between a procedurally generated level and a randomly generated one.

The fucking generative AIs don't even have anything to stop it spewing crap

[–] [email protected] 2 points 10 months ago (1 children)

wave function collapse is a vastly superior procedural generation technique to generative pretrained transformer

[–] [email protected] 2 points 10 months ago

Same for enemy AI, for which I'm planning to implement some fuzzy logic support into my game engine, if there's no solution for it already in some D library.