- Clone of web-based drawing game skribbl.io
- When its your turn to draw, you will have to visualize the word and draw it in 90 seconds, alternatively when somebody else is drawing you have to type your guess into the chat to gain points.
- Uses Socket.IO and Redis to manage game state, supports multiple game lobbies.
-
Create following environment variables
REACT_APP_API_URL=http://localhost:8283 REACT_APP_SOCKET_PATH=
-
npm install
-
npm start
-
Install redis for your operating system from https://redis.io/
-
Create environment variable
PORT=8283
-
npm install
-
node index.js
If you want to work on this application I’d love your pull requests and tickets on GitHub! Please make sure it describes the problem or feature request fully.