flyingninja97 / CGuess-game

Home Page:https://cguess.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cguess logo

This is an online multiplayer game in which every individual player has to guess the city using the clues provided . He also has to mark the location of that city on the map present on the screen. A player is alloted points on the basis of the accuracy and the time taken to ping the location on map. The game also contains a chat feature where a player can interact with other players present in the same lobby.

Branch master GitHub license

Show some love ❤️ and Star ⭐️ the Repository to support the project.

Installation

  • Install Node on your computer
  • Clone this repository and the backend repository from here .
  • Open CMD on your computer and change the directory to the place where you cloned the front-end repository.
  • Run the command npm install to install all the necessary packages from node server.
  • Now run the command npm start to run the frontend on your localhost.
  • Follow the same procedure for the backend repository , to run the server on your localhost .
  • Run the app live on localhost:3000

How To Play 🎮

  • Each player gets 60 seconds to guess the city based on the clues provided to them in a pictorial format and then mark it on the map.The time taken and the accuracy of the marked location play an important factor in determining your score!

Technology Stack 💻

  • React - For Frontend.
  • Node - For backend.
  • SOCKET.IO - For realtime Communication.
  • MongoDB Atlas - For storing Facts.

Screenshots 📷

The Website is live here 😃

About

https://cguess.vercel.app

License:MIT License


Languages

Language:JavaScript 66.3%Language:CSS 27.7%Language:HTML 6.1%