DEV Community

picardcharlie
picardcharlie

Posted on

My new CLI rpg

https://github.com/picardcharlie/python101/blob/master/projects/clirpg.py

Recently finished my first "game". Although simple, it helped me to write a larger program than I have before with python.

I explored using input() as a way to control flow and although there isn't much use of the f string formatting, I have been enjoying learning to use it.

Top comments (0)