1386
Any Volunteers (programming.dev)
you are viewing a single comment's thread
view the rest of the comments
[-] some_guy@lemmy.sdf.org 175 points 5 months ago

He already did the hard part! Why won't you lazy fucks implement his great ideas?

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

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 5 months ago

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

[-] bitwolf@lemmy.one 81 points 5 months ago

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 5 months ago

Make sure to add mandatory EGS accounts later.

[-] pivot_root@lemmy.world 20 points 5 months ago

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

[-] AeonFelis@lemmy.world 5 points 5 months ago
if date.today() - RELEASE_DATE > timedelta(days=90):
    try:
        game.prompt_user_to_connect_3rd_party_account()
    except PlayerRefusal:
        sys.exit(0)
load more comments (3 replies)
load more comments (6 replies)
load more comments (8 replies)
this post was submitted on 07 May 2024
1386 points (99.5% liked)

Programmer Humor

19331 readers
92 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