Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/joexbayer/socketio-drawinggame
- Owner: joexbayer
- License: mit
- Created: 2020-09-28T07:44:42.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-28T14:52:45.000Z (about 4 years ago)
- Last Synced: 2023-08-09T21:28:46.075Z (about 1 year ago)
- Language: JavaScript
- Size: 3.35 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SocketIO-DrawingGame
Drawing game made with SocketIO and NodejsPictionary 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:
- A host creates a room by typing a name in the input and presses "Join"
- Other users can join this room by doing the same has host.
- A room can have a maximum of 4 players.
- Only the host can start the game.
- When the game starts, the host will be the first to draw.
- Drawer gets the full word, guessers only number of characters.
- Drawer cant guess, the user who guesses the word will be the next drawer.
- 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)