Skip to content

Manpriya-Lax/React

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Connect 4 Game – React.js App

This project was created to strengthen my understanding of React state management, component-based architecture, and basic game logic implementation in a web application.

This is a simple Connect 4 game built using React.js. The game allows two players to connect 4 dots in a 4x4 grid. The first player to connect four dots in a row vertically, horizontally, or diagonally wins the game.


Features

  • Two player local gameplay
  • paly with computer
  • Interactive 4x4 game board
  • Win detection for all directions (horizontal, vertical, diagonal)
  • Game reset button
  • Responsive and smooth UI built with React components

Tech Stack

  • React.js
  • JavaScript
  • HTML/CSS

About

This project was created to strengthen my understanding of React state management, component-based architecture, and basic game logic implementation in a web application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors