Connect-4 - konnect-4.vercel.app
Online multiplayer board game that could be played with anyone around the world from your browser, without any downloads or sign up. The Project was built for a hackathon by @BhavyaCodes and @souravrane for a hackathon organized by Mintbean
For video (with audio explanation) of the project on this project check this LinkedIn post
To play, visit - konnect-4.vercel.app
- clone the repo
git clone <url>
- install dependencies
npm install
- start the dev server
npm run dev
- visit
localhost:3000
on two different browsers, the game will run.
- no download or signup required.
- Supports multiple instances of games (several people can play in pairs at the same time without any interruption).
- Play with anyone around the world.
- Responsive design, works on mobile and pc both.
- Super fun game 😄
React | Node.js | Socket.IO | Express.js | Material-UI |