Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joswinemmanuel/connect-four-jquery
The classic two-player game of Connect Four, implemented using HTML, CSS, JavaScript, and jQuery, where players compete to connect four dots in a straight line horizontally, vertically, or diagonally to win.
https://github.com/joswinemmanuel/connect-four-jquery
css html javascript jquery
Last synced: about 5 hours ago
JSON representation
The classic two-player game of Connect Four, implemented using HTML, CSS, JavaScript, and jQuery, where players compete to connect four dots in a straight line horizontally, vertically, or diagonally to win.
- Host: GitHub
- URL: https://github.com/joswinemmanuel/connect-four-jquery
- Owner: joswinemmanuel
- License: mit
- Created: 2024-02-14T20:12:16.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-01-17T20:21:24.000Z (26 days ago)
- Last Synced: 2025-01-17T21:24:18.480Z (26 days ago)
- Topics: css, html, javascript, jquery
- Language: JavaScript
- Homepage: https://joswinemmanuel.github.io/Connect-Four-jQuery/
- Size: 9.77 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Connect Four
A 2 vs 2 game
Connect any 4 dots to win
The connection must be a straight line
It can be a horizontal line
It can be a vertical line
It can be a diagonal line