Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/benawad/connect-four-python


https://github.com/benawad/connect-four-python

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Connect-Four Program

## Implemented in Python

### Methods:

* init
* to_string
* turn
* diagonal
* horizontal
* vertical
* is_winner
* start