• Ragdoll X
      link
      130
      edit-2
      10 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 🐆
        link
        fedilink
        7310 months ago

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

        • bitwolf
          link
          fedilink
          8010 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
              2010 months ago

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

            • @AeonFelis
              link
              English
              510 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
          link
          1410 months ago

          That part comes when they find a publisher.

      • @suction
        link
        1410 months ago

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

        • @[email protected]
          link
          fedilink
          English
          210 months ago

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

          • @suction
            link
            110 months ago

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