@[email protected] to Programmer [email protected] • 7 months agoAny Volunteersprogramming.devimagemessage-square149fedilinkarrow-up11.36Karrow-down17
arrow-up11.36Karrow-down1imageAny Volunteersprogramming.dev@[email protected] to Programmer [email protected] • 7 months agomessage-square149fedilink
minus-squareRagdoll Xlink129•edit-27 months agoIt 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 🐆linkfedilink73•7 months agoI’m glad that there’s no micro transactions nor loot boxes.
minus-squarebitwolflinkfedilink80•7 months agoThat’s in game.load_dlc() we opted not to include that until our game is already beloved on steam.
minus-square@[email protected]linkfedilink20•7 months agoMake sure to add mandatory EGS accounts later.
minus-square@pivot_rootlink20•7 months agoEGS? Oh, no. We don’t do that here. We’re more along the lines of:
minus-square@AeonFelislinkEnglish5•6 months agoif date.today() - RELEASE_DATE > timedelta(days=90): try: game.prompt_user_to_connect_3rd_party_account() except PlayerRefusal: sys.exit(0)
minus-square@[email protected]linkfedilinkEnglish2•6 months agoYou can’t do that, you’re committing copyright infringement! Change gameto mygame though, and you’re golden.
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