Skip to content

An online multiplayer game that allows users to play Connect Four

Notifications You must be signed in to change notification settings

ChrisLetter/Connect4

Repository files navigation

Connect4

About the Project

Connect4 is a multiplayer game that - as the name suggests - allows users to play Connect four. The game is fully responsive.

Tech Stack

Typescript - React - Chakra UI - Socket.io - Redux - Express

Screenshots

How To Run The Project

  1. Clone the repo
  git clone https://github.com/ChrisLetter/Connect4.git
  cd Connect4
  1. Install the dependencies in the server folder and start the server
  cd server
  npm install
  nodemon
  1. Install the dependencies in the client folder and run the app
  cd client
  npm install
  npm start
  1. If you want to test the online multiplayer functionality locally, you can do that by visiting the client's url from another browser. If you create a room in one browser and then join that room from another browser, you will be able to simulate the online functionality of the game.

About

An online multiplayer game that allows users to play Connect Four

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages