https://github.com/superthinking/pictionary
Pictionary Game - Using React Native/NodeJS/Socket.io
https://github.com/superthinking/pictionary
Last synced: about 1 month ago
JSON representation
Pictionary Game - Using React Native/NodeJS/Socket.io
- Host: GitHub
- URL: https://github.com/superthinking/pictionary
- Owner: SuperThinking
- Created: 2020-10-10T12:55:08.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2022-08-16T07:40:12.000Z (almost 4 years ago)
- Last Synced: 2025-11-12T19:24:28.025Z (9 months ago)
- Language: JavaScript
- Size: 95.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```
3. In a different terminal,
```
cd PictionaryClient/
npm start
npm run android
```
Download APK : [Download](apk/Pictionary.apk)
###### PS: Might have bugs, will try to resolve them in my free time :)