this post was submitted on 27 Jun 2025
804 points (98.7% liked)

Programmer Humor

24555 readers
1531 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
[–] Scoopta@programming.dev 26 points 1 day ago (1 children)

Even with 2D games that's basically impossible. Only time it could work is with turn based games and then...you end up with this post lol.

[–] Wolf314159@startrek.website 16 points 1 day ago (3 children)

I see you've never played "Dragon's Lair", where every scene was cell animated and the player "chose" the path that the animation would take.

That one ran on a laserdisc, right? Like a CAV disc so it could very quickly move the laser to one of a couple of places for basically a win/lose decision, overlaying some graphics over top for the game UI?

[–] wewbull@feddit.uk 2 points 1 day ago
[–] Scoopta@programming.dev 1 points 1 day ago

LOL, I've actually heard of it, but I have not played it. Ofc that game never even crossed my mind when writing my comment haha. I suppose choose your own adventure style books also fall into this category.