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

https://github.com/malcodeman/connect-four


https://github.com/malcodeman/connect-four

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# connect-four

[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/malcodeman/connect-four/blob/master/LICENSE)

Connect Four is a two-player connection board game, in which the players choose a color and then take turns dropping colored tokens into a seven-column, six-row vertically suspended grid.

## Getting started

```
git clone https://github.com/malcodeman/connect-four.git
cd connect-four
scala main.scala
```

## License

[MIT](./LICENSE)