Skip to content

Commit

Permalink
Update nim_game.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mickahell committed Jun 24, 2021
1 parent 4dc867c commit 660b848
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions quantronauts/nim_game.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@
player1 = [False, "Player1"]
player2 = [False, "Player2"]

print("""
###################################################
# Welcome in the Quantum Nim Game - CLI
# Will you succeed to win against the Quantum AI ?
#
# Good Luck !!!
###################################################
""")

play = True

Expand Down

0 comments on commit 660b848

Please sign in to comment.