Created a 2-Player Connect 4 with offline scores list alongside. The boardinfo.txt file holds the information for the 2 different sized boards With the use of pickling the best scores are saved offline in a textfile. The game uses OOP alongside an extensive uses of various data structure such as lists and dictionaries