https://github.com/tidbitsjs/connect-four
Connect Four is a two-player connection board game, in which the players choose a color and then take turns dropping colored discs into a seven-column, six-row vertically suspended grid.
https://github.com/tidbitsjs/connect-four
css html javascript
Last synced: 2 months ago
JSON representation
Connect Four is a two-player connection board game, in which the players choose a color and then take turns dropping colored discs into a seven-column, six-row vertically suspended grid.
- Host: GitHub
- URL: https://github.com/tidbitsjs/connect-four
- Owner: TidbitsJS
- Created: 2021-01-07T10:13:26.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-03T17:26:35.000Z (about 5 years ago)
- Last Synced: 2025-07-21T00:42:48.561Z (11 months ago)
- Topics: css, html, javascript
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Connect-Four
Connect Four is a two-player connection board game, in which the players choose a color and then take turns dropping colored discs into a seven-column, six-row vertically suspended grid.
#### Demo - https://tidbitsjs.github.io/Connect-Four
#### React Version - https://github.com/TidbitsJS/Gravitrips