Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 769 Bytes

File metadata and controls

41 lines (26 loc) · 769 Bytes

Pictionary

Pictionary Game - Using React Native/NodeJS/Socket.io

- Creating a socket connection

- Multiple users connecting to the same room

- Drawing (Please ignore my art skills)

How to run:

  1. Clone this repo

  2. Run Backend:

  cd pictionary-server
  make env // creates a .env file
  // ^ set your mongoDB host in this .env file
  make install // installs npm dependencies
  make run // starts server
  1. In a different terminal,
  cd PictionaryClient/
  npm start
  npm run android

Download APK : Download

PS: Might have bugs, will try to resolve them in my free time :)