theDevSoham / PlayTopia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Playtopia

Demo Video Link:

YouTube video link

Getting started:

To get started with the project, you will need to follow these steps:

  1. Clone the repository: git clone https://github.com/silkie261001/PlayTopia.git
  2. Start the server: cd frontend -> npm i -> npm start
  3. Start the backend in parallel terminal: cd backend -> npm i -> npm start
  4. Start the games server separately in parallel terminal: cd Games -> cd 2048-animated -> npm i -> npm start
  5. Start another game server in parallel terminal: cd Games -> cd memory-game -> npm i -> npm start

🖥️ Tech Stack

Frontend:

reactjs  react-router 

Backend:

nodejs  expressjs  mongodb 

Realtime Communication:

socketio webRTC

Chat Bot:

DialogFlowApi

🚀 Features

  • Log in and sign up page.
  • Offers text chatting, audio, and video calls.
  • Users can choose whether to enable or disable their mic or camera
  • Users can send friend requests to each other.
  • Users can join private rooms and hangout together
  • Users can join these rooms with either only audio or both audio and video enabled.
  • Users can also share their screens in private rooms, enabling two-way multistreaming. This feature helps gamers to live stream their games like pubG, GTA, etc.
  • User can play games like 2048 and memory game
  • In-built chatbot, which offers text-to-speech and vice versa, suggests Spotify playlists, looks up gaming facts and rules, and cracks jokes.

Team Name: Naatu_Naatu_OscarWaale

Contributors:

Contributing:

If you would like to contribute to Playtopia, you can follow these steps:

  • Fork the repository
  • Create a new branch: git checkout -b new-feature
  • Make your changes and commit them: git commit -m "Add new feature"
  • Push to the branch: git push origin new-feature
  • Create a pull request

Made at:

About


Languages

Language:JavaScript 70.3%Language:CSS 15.0%Language:SCSS 10.5%Language:HTML 4.2%