Hey guys, I have never programmed in my life, but I now want to make an app for rpgs.

The main idea is to make a dice roller, inside a character sheet storage… It’s just supposed to help me store and edit my stats and let me roll and and add stuff.

Best case scenario would be using Termux for this, since it’s supposed to run on older smartphones.

I’d love some guidance where to start!

  • @sashanoraa
    link
    110 months ago

    Yeah that sounds pretty doable.

    • @NeroreroOP
      link
      110 months ago

      Of course, stuff like “add X to inventory” And add hp would be good as well

        • @NeroreroOP
          link
          110 months ago

          Thanks! Do you know if the end product will run on android?

          • @heeplr@feddit.de
            link
            fedilink
            210 months ago

            it will run in termux and on anything that can run a full python. Also you could run it remotely via ssh. Textual also offers a web interface to access apps via browsers but I never looked into that.

            • @NeroreroOP
              link
              210 months ago

              Thank you! I’ll look into it