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!

  • Dogeek@sh.itjust.works
    link
    fedilink
    arrow-up
    4
    ·
    10 months ago

    If you need a UI, flutter is great, but for a complete beginner it has a bit of a learning curve.

    Maybe you could start with a small PWA (progressive web app) using Javascript or typescript. You can do it all in the front-end for something small like this, though you won’t be able to implement some features like synchronization across devices