diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4bb28c0 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +credentials.txt diff --git a/main.py b/main.py index 3ed2224..69b28b2 100644 --- a/main.py +++ b/main.py @@ -112,7 +112,7 @@ def space_exist(): # if won: # TODO - + result = '*** Congrats ! You won ! ***' break elif computer_move()[1]: result = '=== You lose ! =='