this post was submitted on 07 May 2024
1374 points (99.5% liked)

Programmer Humor

19187 readers
1248 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
 
you are viewing a single comment's thread
view the rest of the comments
[–] Ragdoll_X@lemmy.world 132 points 4 months ago* (last edited 4 months ago) (2 children)

It is, in fact, very easy to code a game!

from pygame import game
game.load_player()
game.load_enemies()
game.load_audio()
game.run()
[–] oce@jlai.lu 74 points 4 months ago (2 children)

I'm glad that there's no micro transactions nor loot boxes.

[–] bitwolf@lemmy.one 81 points 4 months ago (1 children)

That's in game.load_dlc() we opted not to include that until our game is already beloved on steam.

[–] CancerMancer@sh.itjust.works 20 points 4 months ago (2 children)

Make sure to add mandatory EGS accounts later.

[–] pivot_root@lemmy.world 20 points 4 months ago

EGS? Oh, no. We don't do that here. We're more along the lines of:

[–] AeonFelis@lemmy.world 5 points 4 months ago
if date.today() - RELEASE_DATE > timedelta(days=90):
    try:
        game.prompt_user_to_connect_3rd_party_account()
    except PlayerRefusal:
        sys.exit(0)
[–] pivot_root@lemmy.world 14 points 4 months ago

That part comes when they find a publisher.

[–] suction@lemmy.world 14 points 4 months ago (1 children)

I’m writing this down. Fuck, my first game!!!

[–] listless@lemmy.cringecollective.io 2 points 4 months ago (1 children)

You can't do that, you're committing copyright infringement! Change gameto mygame though, and you're golden.

[–] suction@lemmy.world 1 points 4 months ago

Ah see I knew it would be too much work after all