making a simple rpg app

Nerorero@lemmy.blahaj.zone to Programming@programming.dev – 18 points –

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!

13

You are viewing a single comment

Yeah that sounds pretty doable.

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

you could check textual, it's a TUI framework that yields quick results.

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

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.