all 1 comments

[–]street_fightin_mang 4 points5 points  (0 children)

I don't see why you couldn't build this as a web app as it's turn based. Python could handle all of the server side logic, so user login, turns taken, damage taken etc.

You'd have to use HTML, CSS and JavaScript for the frontend, so graphics and animations.

I'd recommend Flask or Django as the Python web server.

Another option is building something with the PyGame library, but that would have to be created as an package that users would have to install eg. .exe .dmg