Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/joexbayer/socketio-drawinggame

Drawing game made with SocketIO and Nodejs
https://github.com/joexbayer/socketio-drawinggame

Last synced: 8 days ago
JSON representation

Drawing game made with SocketIO and Nodejs

Awesome Lists containing this project

README

        

# SocketIO-DrawingGame
Drawing game made with SocketIO and Nodejs

Pictionary inspired game, made with SocketIO and a Nodejs server.

![alt text](https://github.com/joexbayer/SocketIO-DrawingGame/blob/master/public/logo.png?raw=true)

How to play:



  1. A host creates a room by typing a name in the input and presses "Join"

  2. Other users can join this room by doing the same has host.

  3. A room can have a maximum of 4 players.

  4. Only the host can start the game.

  5. When the game starts, the host will be the first to draw.

  6. Drawer gets the full word, guessers only number of characters.

  7. Drawer cant guess, the user who guesses the word will be the next drawer.

  8. The person that guessed the word gets 100 points, and the drawer gets 70.



![alt text](https://github.com/joexbayer/SocketIO-DrawingGame/blob/master/public/lobby.png?raw=true)
![alt text](https://github.com/joexbayer/SocketIO-DrawingGame/blob/master/public/ingame.png?raw=true)