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 288a8a2 commit 4dc867c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions quantronauts/nim_game.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@
player1 = [False, "Player1"]
player2 = [False, "Player2"]

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

play = True

computer = [False, False]
Expand Down

0 comments on commit 4dc867c

Please sign in to comment.