JPDev@programming.dev to Programmer Humor@programming.dev · 1年前Any Volunteersprogramming.devimagemessage-square154fedilinkarrow-up11.39K
arrow-up11.39KimageAny Volunteersprogramming.devJPDev@programming.dev to Programmer Humor@programming.dev · 1年前message-square154fedilink
minus-squaresome_guy@lemmy.sdf.orglinkfedilinkarrow-up176·1年前He already did the hard part! Why won’t you lazy fucks implement his great ideas?
minus-squareRagdoll X@lemmy.worldlinkfedilinkarrow-up133·edit-21年前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()
minus-squareoce 🐆@jlai.lulinkfedilinkarrow-up74·1年前I’m glad that there’s no micro transactions nor loot boxes.
minus-squarebitwolflinkfedilinkarrow-up81·1年前That’s in game.load_dlc() we opted not to include that until our game is already beloved on steam.
minus-squareCancerMancer@sh.itjust.workslinkfedilinkarrow-up20·1年前Make sure to add mandatory EGS accounts later.
minus-squarepivot_root@lemmy.worldlinkfedilinkarrow-up21·1年前EGS? Oh, no. We don’t do that here. We’re more along the lines of:
minus-squareAeonFelis@lemmy.worldlinkfedilinkEnglisharrow-up5·1年前if date.today() - RELEASE_DATE > timedelta(days=90): try: game.prompt_user_to_connect_3rd_party_account() except PlayerRefusal: sys.exit(0)
minus-squarepivot_root@lemmy.worldlinkfedilinkarrow-up14·1年前That part comes when they find a publisher.
minus-squaresuction@lemmy.worldlinkfedilinkarrow-up14·1年前I’m writing this down. Fuck, my first game!!!
minus-squarelistless@lemmy.cringecollective.iolinkfedilinkEnglisharrow-up2·1年前You can’t do that, you’re committing copyright infringement! Change gameto mygame though, and you’re golden.
minus-squaresuction@lemmy.worldlinkfedilinkarrow-up1·1年前Ah see I knew it would be too much work after all
minus-squarebaggachipz@sh.itjust.workslinkfedilinkarrow-up12·1年前And sign this NDA and I keep 95% since it was my idea!
minus-squareHolzkohlen@feddit.delinkfedilinkarrow-up7·1年前Just have ChatGPT do it then. Not so sophisticated AI after all, huh?
He already did the hard part! Why won’t you lazy fucks implement his great ideas?
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()
I’m glad that there’s no micro transactions nor loot boxes.
That’s in
game.load_dlc()
we opted not to include that until our game is already beloved on steam.Make sure to add mandatory EGS accounts later.
EGS? Oh, no. We don’t do that here. We’re more along the lines of:
if date.today() - RELEASE_DATE > timedelta(days=90): try: game.prompt_user_to_connect_3rd_party_account() except PlayerRefusal: sys.exit(0)
That part comes when they find a publisher.
I’m writing this down. Fuck, my first game!!!
You can’t do that, you’re committing copyright infringement! Change
game
tomygame
though, and you’re golden.Ah see I knew it would be too much work after all
And sign this NDA and I keep 95% since it was my idea!
Just have ChatGPT do it then. Not so sophisticated AI after all, huh?