Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 461 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 461 Bytes

Who Am I?

Ask questions to the other players to try and guess which celebrity you've been assigned. If your question is answered with yes you may continue asking questions. If your question is answered with no then it's the next player's turn. Whoever guesses their name wins!

Development

  1. Install NodeJS
  2. Install NVM
  3. Clone project
  4. cd into project
  5. Install dependencies with npm i
  6. Start local development with npm start