425
Gamedev is Easy (programming.dev)
submitted 3 months ago* (last edited 3 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] 54 points 3 months ago

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

[-] [email protected] 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.

[-] [email protected] 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.

[-] [email protected] 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

[-] [email protected] 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
425 points (92.8% liked)

Programmer Humor

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