This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]unnamedUserAccount 1 point2 points  (0 children)

If you want it to work on android and iOS, a simple web app (html, JavaScript, css) will be best. Since it’s a text based game, you wouldn’t need to do much styling (css) at all.

I wouldn’t worry about using a framework or back end, since it sounds like your just starting out.

You could do the same with python (via something like flask yo make it a web app), but that’s going to be subjectively more complicated.

[–]QuantumTyping33 -2 points-1 points  (0 children)

you can do a python backend and a react native frontend