An open API service indexing awesome lists of open source software.

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

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.