Skip to content

orelmoshe/connect4-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Technologies: React.js

Heroku: https://four-in-a-row-app.herokuapp.com/


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.


Connect Four (also known as Four Up, Plot Four, Find Four, Four in a Row, Four in a Line, Drop Four, and Gravitrips (in Soviet Union)) is a two-player board game in which the players first choose a color and then take turns dropping one colored disc from the top into a seven-column, six-row vertically suspended grid. The pieces fall straight down, occupying the lowest available space within the column. The objective of the game is to be the first to form a horizontal, vertical, or diagonal line of four of one's own discs.


images:

alt text alt text


Run:

  1. clone this repository
  2. Install dependencies
npm install
  1. Start local development server
npm start
  1. play at http://localhost:3000/

About

🔴🔵 Connect Four game in React.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published