Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benawad/connect-four-python
https://github.com/benawad/connect-four-python
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/benawad/connect-four-python
- Owner: benawad
- Created: 2014-11-23T17:51:22.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-03-24T00:25:47.000Z (almost 7 years ago)
- Last Synced: 2024-10-11T08:12:15.565Z (3 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Connect-Four Program
## Implemented in Python
### Methods:
* init
* to_string
* turn
* diagonal
* horizontal
* vertical
* is_winner
* start