429
Gamedev is Easy (programming.dev)
submitted 3 months ago* (last edited 3 months ago) by JPDev@programming.dev to c/programmer_humor@programming.dev

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
[-] BurningTurtle@programming.dev 55 points 3 months ago

Weirdly they often forget to use .EnableCrossplay() and then complain about it being "hard to implement".

[-] Zagorath@aussie.zone 17 points 3 months ago* (last edited 3 months ago)

and then complain about it being "hard to implement".

Ok but seriously, if a completely new dev team picking up a game 20 years after it was originally written for one platform can port it to a new platform with an entire new custom user experience and support optional cross-play, I have no sympathy for developers of modern games designed from the start to run on multiple platforms not supporting cross-play in their game.

[-] msage@programming.dev 10 points 3 months ago

You have to take into account that a big company game is going to by much harder to implement than just a small hobby team game simply because of all the people involved.

What can 5 people do in a year may take more for 500 people, just because of the management overhead. And if that management sucks, it will end up doing way more things it was required to do, yet the original request will not be done well.

[-] vox@sopuli.xyz 6 points 3 months 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

[-] AnUnusualRelic@lemmy.world 5 points 3 months ago* (last edited 3 months ago)

Just port Steam to the Nintendo PlayStation.

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

Programmer Humor

18388 readers
766 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