+ 1
How do i setup up a cmd interface for a game? in python
1 Odpowiedź
+ 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??