Update GameLogic.py

This commit is contained in:
Scoots 2017-04-10 04:12:00 -04:00 committed by GitHub
parent 7934d3b55d
commit 87da523f9b
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
import cPickle as pickle import cPickle as pickle
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" @author Jacob McCloughan " @author Scoots
" @version 3/30/2017 " @version 3/30/2017
" @see https://docs.python.org/2/library/pickle.html " @see https://docs.python.org/2/library/pickle.html
" "
@ -255,4 +255,4 @@ def checkWin(player):
if count == winLength: if count == winLength:
return True return True
return False return False