Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multiplayer Web Game Platform

A full-stack web platform featuring multiple multiplayer games with user authentication, a friend system, real-time leaderboards, and competitive gameplay.

What it does

  • User authentication — signup, login, forgot password
  • Friend system — add and manage friends
  • Multiple playable games — Dog Game, Gorilla Game, Samurai Game
  • Real-time leaderboards and competitive scoring
  • Responsive frontend with dynamic user interaction

Tech Stack

  • Frontend: HTML, CSS, JavaScript
  • Backend: Node.js, Express
  • Database: MongoDB

Project Structure

├── Backend/ │ ├── config/ │ ├── controllers/ │ ├── middleware/ │ ├── models/ │ ├── routes/ │ └── server.js ├── Frontend/ │ ├── about/ │ ├── account/ │ ├── dogGame/ │ ├── gorillaGame/ │ ├── samuraiGame/ │ ├── login/ │ ├── signup/ │ └── home/ └── index.html

Running locally

Backend

cd Backend npm install node server.js

Frontend

Open index.html in your browser or use Live Server. Make sure the backend is running first.

About

Full-stack multiplayer web game platform with user authentication, friend system, real-time leaderboards, and multiple competitive games

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages