https://github.com/josuegv7/connectfour
Connect Four for two players. Created only using jQuery, Html, CSS
https://github.com/josuegv7/connectfour
c4 connect4 css html jquery
Last synced: 2 months ago
JSON representation
Connect Four for two players. Created only using jQuery, Html, CSS
- Host: GitHub
- URL: https://github.com/josuegv7/connectfour
- Owner: josuegv7
- Created: 2017-10-06T23:29:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-20T23:04:00.000Z (over 8 years ago)
- Last Synced: 2025-01-31T07:29:21.943Z (over 1 year ago)
- Topics: c4, connect4, css, html, jquery
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Connect Four Game:
An implementation of Connect Four in Javascript / Jquery
# Gameplay
Objective
Connect four of your game pieces vertically, horizontally, or diagonally before the other player do so.
How to move?
At each turn, player will drop a game piece in one of the seven columns by clicking on the chosen column.