462
Gamedev is Easy (programming.dev)
submitted 1 year ago* (last edited 1 year 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] 6 points 1 year ago

well if a game heavily relie s on steam networking stack crossplay may be close to impressiblr to implement without ripping the whole stack out

[-] [email protected] 5 points 1 year ago* (last edited 1 year ago)

Just port Steam to the Nintendo PlayStation.

this post was submitted on 26 Mar 2024
462 points (100.0% liked)

Programmer Humor

25170 readers
1647 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