Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 655 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 655 Bytes

Connect4

Description

Connect4 game application in React.js

How to play:

This is a 2 player game. Player1 is given red coins and Player2 is given black coins. The coins are to be stacked in a 6x7 grid

  • Initially there are 7 available stacks to insert a coin
  • The coin on insertion moves to the bottom-most empty cell
  • Player1 with red coins begins the game
  • Players take turn alternatively
  • One who can put 4 same colored coins contigously in horizontal, vertical or diagonal fashion wins the game.

Technologies

Project is created with:

  • React.js
  • Javascipt
  • HTML5

Screenshot

website image 1