An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Pictionary

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

### - Creating a socket connection

![](preview-gif/creating-socket-connection.gif)

### - Multiple users connecting to the same room

![](preview-gif/joining-same-room.gif)

### - Drawing (Please ignore my art skills)

![](preview-gif/drawing.gif)

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