Skip to content

Digital version of the classic board game Guess Who. Made to practice ES6 array methods.

Notifications You must be signed in to change notification settings

karlfredrikholm/project-guess-who

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

Guess Who?

The assigment was to create a digital version of the classic board game Guess Who and to practice creating objects and arrays and also connect it to the DOM.

The problem

I remember playing the game as a kid and since the game logic is pretty simple I didn't think it was going to be as challenging as it turned out to be. At first I had a hard time trying to understand the code that was given to us. I went on GitHub to see how others had solved it and when I had seen a few different approaches I understood how it worked and after that I started making my own decisions. I guess you can say that I worked my way backwards, but it was still a great learning process by the end of the day.

View it live

https://vem-dar.netlify.app/

About

Digital version of the classic board game Guess Who. Made to practice ES6 array methods.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 58.4%
  • CSS 22.9%
  • HTML 18.7%