Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 726 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 726 Bytes

Project Guess Who

View it live

https://indovina-chi.netlify.app/

Project Brief

Create your own digital version of the classic board game - Guess Who. Practice creating objects and arrays and also connect this to the DOM.

Project requirements

  • Follow the design provided.
  • The board with characters should be generated when the website is loaded.
  • A randomly selected person should be set as the secret when the game starts.
  • You should be able to select questions to ask about the people and filter the board based on those questions.
  • You should also give the player feedback with alerts
  • You should be able to guess the secret person and get an answer if it's correct or not.