Skip to content

FionaKlacar/project-guess-who

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Guess Who

I made a Guess Who game which allows players to ask questions to try and guess a secret person. The secret person is filtered down based on whether the player correctly guesses a feature of the secret person or not. Each time a guess is made, only the remaining possible suspects are left on the board. The player can guess any time who the secret person might be.

The problem

I approached the problem by thinking about the different functions needed for the game to work, and using Javascript to create the functions and actions to move the game forward. I also used some HTML to create a guess counter, and styled the game with CSS. If I had more time I would add sound effects and a timer to the game.

View it live

https://fiona-klacar-project-guess-who-game.netlify.app

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.4%
  • CSS 20.2%
  • HTML 15.4%