Skip to content

archie-a18/PlayTime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Playtime

Getting started:

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

  1. Clone the repository: git clone https://github.com/archie-a18/PlayTime.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.

Contributing:

If you would like to contribute to Playtime, 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published