/who-am-i

Guess who you are! Fun game to play with friends and family

Primary LanguageTypeScript

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