https://github.com/malcodeman/connect-four
https://github.com/malcodeman/connect-four
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/malcodeman/connect-four
- Owner: malcodeman
- License: mit
- Created: 2022-11-12T19:24:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-15T19:22:04.000Z (over 2 years ago)
- Last Synced: 2025-01-29T22:33:10.056Z (4 months ago)
- Language: Scala
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# connect-four
[](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)