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!
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person’s post makes sense in another community cross post into it.
Hope you enjoy the instance!
Follow the wormhole through a path of communities !webdev@programming.dev
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.
Thank you! I’ll look into it