How do i setup up a cmd interface for a game? in python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How do i setup up a cmd interface for a game? in python

5th May 2020, 9:38 PM
Nero Kaijū
1 Answer
+ 1
I want to make a Text based rpg in python, i have this kinda layout i want to display in the cmd with the stats and so How do I set this layout ? for now i have a print statement kinda like : print(f""" ╔══════════════════════════╗ ║ Name: {player.name} ║ ╚══════════════════════════╝''') inside i want to display the name for example (the actual layout is of course bigger) i dont even knnow what to call it, Interface?? Gui?? Cli??
5th May 2020, 9:39 PM
Nero Kaijū