https://github.com/vasanthk/connect-four-game
Connect Four game using only HTML/CSS/Javascript
https://github.com/vasanthk/connect-four-game
Last synced: 11 months ago
JSON representation
Connect Four game using only HTML/CSS/Javascript
- Host: GitHub
- URL: https://github.com/vasanthk/connect-four-game
- Owner: vasanthk
- Created: 2014-08-03T19:39:30.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-02-12T00:21:08.000Z (over 11 years ago)
- Last Synced: 2025-01-10T17:42:48.051Z (over 1 year ago)
- Language: JavaScript
- Size: 285 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
Connect Four Game
-----------------
Uses only HTML/CSS/Javascript. (http://en.wikipedia.org/wiki/Connect_Four)
* The game is playable locally on a single screen by two players.
* Has jQuery dependency.
* Jasmine tests inluded.
[](http://codepen.io/vasanthkay/pen/bfHKp)