this post was submitted on 26 Mar 2024
429 points (93.0% liked)

Programmer Humor

19423 readers
93 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 1 year ago
MODERATORS
429
Gamedev is Easy (programming.dev)
submitted 7 months ago* (last edited 7 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
[โ€“] [email protected] 86 points 7 months ago (5 children)

c'mon man, you forgot to call .EnableUltraWideSupport()

[โ€“] [email protected] 1 points 7 months ago

Where's the .EnableUltraUltraWideSupport(). Gotta have my 48:9 aspect ratio

load more comments (4 replies)