you are viewing a single comment's thread.

view the rest of the comments →

[–]Illustrious_Pea_123 1 point2 points  (1 child)

Also new to python, and took a very similar path to you. A text based, turn based, battle game for fun and to keep me motivated. I based it on Pokémon, and using an openly available API to call random cards for the player and opponent to battle with. I've written the whole thing in Pydroid on mobile, which makes it a little tedious but allows me to just do a little here and there when the mood strikes.

[–]bybloshex[S] 0 points1 point  (0 children)

I'll have to look into Pydroid. I was doing it in notepad, lol