Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevindasilvas/guess_who
Guess Who game created using node js, express, and socket.io
https://github.com/kevindasilvas/guess_who
docker guess-game guessing-game heroku node nodejs socket-io
Last synced: about 1 month ago
JSON representation
Guess Who game created using node js, express, and socket.io
- Host: GitHub
- URL: https://github.com/kevindasilvas/guess_who
- Owner: KevinDaSilvaS
- Created: 2020-10-31T21:05:34.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-03T17:41:58.000Z (about 4 years ago)
- Last Synced: 2024-10-21T14:58:47.941Z (3 months ago)
- Topics: docker, guess-game, guessing-game, heroku, node, nodejs, socket-io
- Language: HTML
- Homepage: https://guess-kevin.herokuapp.com/
- Size: 672 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# guess_who
Guess Who game created using node js, express, and socket.ioProject site
[Link](https://guess-kevin.herokuapp.com/)![alt text](https://github.com/KevinDaSilvaS/guess_who/blob/master/src/static/img/guess-kevin.herokuapp.com_.png "Demo image")
HOW TO PLAY
When two players are connected
The game starts and you dont know who you are but the other players knows and you know who the other player is so you will have to ask questions in the chat like "Is my hair long?" and the other player should answer yes or no and based on the answer you should click on the cards that dont match and discard them or you can click at the guess button and try to guess who you are
3 guesses
You have three chances to guess who you are and win the game if you guess it wrong 3 times you lost and a new game starts
How do i know how many guesses i have?
On the top right side of the page you will see how many guesses you still have
How do i know if i guessed right
If you guessed right or if the other player disconnects you will see the green message if you guess the right character you will see in the message your player id
If you guessed wrong or if the other player guessed it wrong you will see the yellow message with the player id that guessed wrong
If your guessed wrong three times or if the other player did it wrong you will see the red message with the player id that lost the game
How do i know my player id?
You have three chances to guess who you are and win the game if you guess it wrong 3 times you lost and a new game starts
More about the game
[Game match](https://www.youtube.com/watch?v=iXXH8l0lCuM)How to run the project
```
"docker-compose up"
```Bigheads project
[Link](https://github.com/RobertBroersma/bigheads)