cleslie/connectfour
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
# Connect Four Clone - Basic clone of connect four in Python 3.4 - Command line interface - run with: 'python connectfour.py' - Created as a personal refresher on Python and 2d lists - Issues: - Diagonal scoring needs implemented, currently vertical and horizontal scoring working.