this post was submitted on 26 Mar 2024
425 points (92.9% liked)

Programmer Humor

19747 readers
479 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
425
Gamedev is Easy (programming.dev)
submitted 8 months ago* (last edited 8 months ago) by [email protected] to c/[email protected]
 

Transcript

var game = new Game()
  .EnableMultiplayer()
  .EnableSpatialAudio()
  .SetPerformance(Game.Performance.HIGH)
  .ForEachBug(Bug::AutoFix)
  .GetWishlists(7000);

game.Release();
you are viewing a single comment's thread
view the rest of the comments
[โ€“] LordOfTheChia 11 points 8 months ago* (last edited 8 months ago) (1 children)

Reminds me of Coffee Stain Studio's trailer for the release of Goat MMO Simulator:

https://youtu.be/WAm5yxQA_HY

[โ€“] [email protected] 2 points 8 months ago

Here is an alternative Piped link(s):

https://piped.video/WAm5yxQA_HY

Piped is a privacy-respecting open-source alternative frontend to YouTube.

I'm open-source; check me out at GitHub.