Skip to content

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

Notifications You must be signed in to change notification settings

SuperThinking/Pictionary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 :)

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published