• Ragdoll X
      link
      fedilink
      arrow-up
      130
      ·
      edit-2
      11 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()
      
        • bitwolf@lemmy.one
          link
          fedilink
          arrow-up
          80
          ·
          11 months ago

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

            • pivot_root
              link
              fedilink
              arrow-up
              21
              arrow-down
              1
              ·
              11 months ago

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

            • AeonFelis
              link
              fedilink
              English
              arrow-up
              5
              ·
              11 months ago
              if date.today() - RELEASE_DATE > timedelta(days=90):
                  try:
                      game.prompt_user_to_connect_3rd_party_account()
                  except PlayerRefusal:
                      sys.exit(0)
              
      • suction
        link
        fedilink
        arrow-up
        14
        ·
        11 months ago

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