arch & placeholders
This commit is contained in:
parent
a3b16ae58a
commit
57543e139a
10 changed files with 233 additions and 2 deletions
9
cli/menu.py
Normal file
9
cli/menu.py
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
def main_menu():
|
||||
print("\n=== Wargame Campaign App ===")
|
||||
print("1. List wars")
|
||||
print("2. Start new campaign")
|
||||
print("3. Start new round")
|
||||
print("4. Enter battle results")
|
||||
print("5. Save & exit")
|
||||
|
||||
return input("> ")
|
||||
Loading…
Add table
Add a link
Reference in a new issue