Skip to content

ImamDroubi/connect-four

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Connect Four Online

Welcome to Connect Four Online! This is an online multiplayer version of the classic game Connect Four. With this web application, you can play Connect Four with either random opponents or specific friends by entering their unique IDs.

Features

  • Play Connect Four online with friends or random opponents.
  • Real-time gameplay using web sockets.
  • Responsive design for desktop and mobile devices.

Cloning Instructions

  • Clone the repository to your machine.
  • Open terminal inside the client folder and run npm install.
  • Open terminal inside the server folder and run npm install.
  • To run the application use "npm run dev" for the client and "npm start" for the server

About

A two-players online game using web sockets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published