mirror of
https://github.com/JonasunderscoreJones/EPR-Gruppenabgabe-07.git
synced 2025-10-23 17:29:17 +02:00
fixed uwu
This commit is contained in:
parent
0685e7c071
commit
67cd8cfaa6
2 changed files with 10 additions and 4 deletions
2
main.py
2
main.py
|
@ -76,7 +76,7 @@ def main(first_time:bool=True, previous_config = None):
|
|||
for i in range(0, int(previous_config[1])):
|
||||
players.append(PLAYER(screen_handler.console_input(
|
||||
f'Name for Player {i + 1}: In der kürze liegt die Würze \
|
||||
(In short lies the spice :) )', '', screen=screen), []))
|
||||
(In short lies the spice :) )', '', screen=screen), []))
|
||||
for i in range(0, int(previous_config[2])):
|
||||
players.append(BOT(f'Bot {i + 1}', i + 1, []))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue