From 87da523f9b1fe67190f1e1725f85e1728f4d4e3f Mon Sep 17 00:00:00 2001 From: Scoots Date: Mon, 10 Apr 2017 04:12:00 -0400 Subject: [PATCH] Update GameLogic.py --- GameLogic.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GameLogic.py b/GameLogic.py index fbde84d..c62a62b 100644 --- a/GameLogic.py +++ b/GameLogic.py @@ -1,7 +1,7 @@ import cPickle as pickle """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" -" @author Jacob McCloughan +" @author Scoots " @version 3/30/2017 " @see https://docs.python.org/2/library/pickle.html " @@ -255,4 +255,4 @@ def checkWin(player): if count == winLength: return True - return False \ No newline at end of file + return False