From 7912b6b7cfcd7ceff767c72da6cbfcfeafe96f99 Mon Sep 17 00:00:00 2001 From: Amber McCloughan Date: Sun, 21 Feb 2021 20:09:29 +0000 Subject: [PATCH 1/3] Update 'ConnectFour.py' --- ConnectFour.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ConnectFour.py b/ConnectFour.py index 8aea5b7..78dcc22 100644 --- a/ConnectFour.py +++ b/ConnectFour.py @@ -2,7 +2,7 @@ from GameLogic import * from Parser import * """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" -" @author Scoots +" @author Amber " @version 3/30/2017 " @see GameLogic.py " @see Parser.py From 9c6088db6609e020347e790e21e3057b39dee912 Mon Sep 17 00:00:00 2001 From: Amber McCloughan Date: Sun, 21 Feb 2021 20:09:50 +0000 Subject: [PATCH 2/3] Update 'GameLogic.py' --- GameLogic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameLogic.py b/GameLogic.py index c62a62b..6be2df4 100644 --- a/GameLogic.py +++ b/GameLogic.py @@ -1,7 +1,7 @@ import cPickle as pickle """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" -" @author Scoots +" @author Amber " @version 3/30/2017 " @see https://docs.python.org/2/library/pickle.html " From c40f827b1f5e428761b716b37844fb34b6205ec7 Mon Sep 17 00:00:00 2001 From: Amber McCloughan Date: Sun, 21 Feb 2021 20:10:05 +0000 Subject: [PATCH 3/3] Update 'Parser.py' --- Parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Parser.py b/Parser.py index fe9cd01..3df8193 100644 --- a/Parser.py +++ b/Parser.py @@ -1,7 +1,7 @@ import argparse """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" -" @author Scoots +" @author Amber " @version 3/30/2017 " @see https://docs.python.org/2.7/library/argparse.html "