diff --git a/README.md b/README.md index 60f55e53..2cadcf49 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,14 @@ -# Project Name +# Project Guess Who -Replace this readme with your own information about your project. - -Start by briefly describing the assignment in a sentence or two. Keep it short and to the point. +The aim of the project was to make a digital version of the board game Guess Who by using HTML, CSS and Javascript. After I got the game to work I decided to turn it into Guess Who? - Dog edition instead. ## The problem -Describe how you approached to problem, and what tools and techniques you used to solve it. How did you plan? What technologies did you use? If you had more time, what would be next? +I started by looking through the material for the week and then started to code. I think the instructions of the project and the starter code were a good help to get started. I used a bit of Stack Overflow but mainly chatGPT when I got stuck. I also double checked with chatGPT if my code looked good. I had great help from my team mates through our discussions. + +If I had more time I would rename the characters in the code when they are called 'person' to 'dogs' because it would make more sense since I switched to a dog theme. However 'person' is used in variables and values and therefore I didn't change it now since there was a risk something might not work in the code and I then wouldn't have time to fix it. ## View it live -Have you deployed your project somewhere? Be sure to include the link to the deployed project so that the viewer can click around and see what it's all about. +Please visit: +https://project-guess-who-anna-robertsson.netlify.app \ No newline at end of file diff --git a/code/assets/cheer.mp3 b/code/assets/cheer.mp3 new file mode 100644 index 00000000..c3c0614c Binary files /dev/null and b/code/assets/cheer.mp3 differ diff --git a/code/images/ace.jpg b/code/images/ace.jpg new file mode 100644 index 00000000..9ddeb298 Binary files /dev/null and b/code/images/ace.jpg differ diff --git a/code/images/bailey.jpg b/code/images/bailey.jpg new file mode 100644 index 00000000..38be174b Binary files /dev/null and b/code/images/bailey.jpg differ diff --git a/code/images/baxter.jpg b/code/images/baxter.jpg new file mode 100644 index 00000000..6dfe14c3 Binary files /dev/null and b/code/images/baxter.jpg differ diff --git a/code/images/bella.jpg b/code/images/bella.jpg new file mode 100644 index 00000000..ef1ce7a2 Binary files /dev/null and b/code/images/bella.jpg differ diff --git a/code/images/biscuit.jpg b/code/images/biscuit.jpg new file mode 100644 index 00000000..44f49e50 Binary files /dev/null and b/code/images/biscuit.jpg differ diff --git a/code/images/cody.jpg b/code/images/cody.jpg new file mode 100644 index 00000000..9aa60701 Binary files /dev/null and b/code/images/cody.jpg differ diff --git a/code/images/cooper.jpg b/code/images/cooper.jpg new file mode 100644 index 00000000..08403be0 Binary files /dev/null and b/code/images/cooper.jpg differ diff --git a/code/images/dobbie.jpg b/code/images/dobbie.jpg new file mode 100644 index 00000000..a9e1c17e Binary files /dev/null and b/code/images/dobbie.jpg differ diff --git a/code/images/duke.jpg b/code/images/duke.jpg new file mode 100644 index 00000000..472c9953 Binary files /dev/null and b/code/images/duke.jpg differ diff --git a/code/images/finn.jpg b/code/images/finn.jpg new file mode 100644 index 00000000..18c8809e Binary files /dev/null and b/code/images/finn.jpg differ diff --git a/code/images/frenchie.jpg b/code/images/frenchie.jpg new file mode 100644 index 00000000..4eeb63c7 Binary files /dev/null and b/code/images/frenchie.jpg differ diff --git a/code/images/harley.jpg b/code/images/harley.jpg new file mode 100644 index 00000000..7f8c901a Binary files /dev/null and b/code/images/harley.jpg differ diff --git a/code/images/hazel.jpg b/code/images/hazel.jpg new file mode 100644 index 00000000..58a1c8a2 Binary files /dev/null and b/code/images/hazel.jpg differ diff --git a/code/images/inez.jpg b/code/images/inez.jpg new file mode 100644 index 00000000..0dd6dc80 Binary files /dev/null and b/code/images/inez.jpg differ diff --git a/code/images/ivy.jpg b/code/images/ivy.jpg new file mode 100644 index 00000000..d2f874d8 Binary files /dev/null and b/code/images/ivy.jpg differ diff --git a/code/images/jabala.svg b/code/images/jabala.svg deleted file mode 100644 index 6875c4f8..00000000 --- a/code/images/jabala.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/code/images/jack.svg b/code/images/jack.svg deleted file mode 100644 index 68dfb982..00000000 --- a/code/images/jack.svg +++ /dev/null @@ -1,95 +0,0 @@ - - - diff --git a/code/images/jacques.svg b/code/images/jacques.svg deleted file mode 100644 index f20284a2..00000000 --- a/code/images/jacques.svg +++ /dev/null @@ -1,93 +0,0 @@ - - - diff --git a/code/images/jai.svg b/code/images/jai.svg deleted file mode 100644 index 9c4eaeed..00000000 --- a/code/images/jai.svg +++ /dev/null @@ -1,104 +0,0 @@ - - - diff --git a/code/images/jake.svg b/code/images/jake.svg deleted file mode 100644 index 060d9b9c..00000000 --- a/code/images/jake.svg +++ /dev/null @@ -1,103 +0,0 @@ - - - diff --git a/code/images/james.svg b/code/images/james.svg deleted file mode 100644 index 1a994dd1..00000000 --- a/code/images/james.svg +++ /dev/null @@ -1,95 +0,0 @@ - - - diff --git a/code/images/jana.svg b/code/images/jana.svg deleted file mode 100644 index 957ef822..00000000 --- a/code/images/jana.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/code/images/jane.svg b/code/images/jane.svg deleted file mode 100644 index 41ff91b0..00000000 --- a/code/images/jane.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/code/images/jaqueline.svg b/code/images/jaqueline.svg deleted file mode 100644 index 1ebb90dc..00000000 --- a/code/images/jaqueline.svg +++ /dev/null @@ -1,165 +0,0 @@ - - - diff --git a/code/images/jasper.jpg b/code/images/jasper.jpg new file mode 100644 index 00000000..6fce425e Binary files /dev/null and b/code/images/jasper.jpg differ diff --git a/code/images/jazebelle.svg b/code/images/jazebelle.svg deleted file mode 100644 index 15e30e0d..00000000 --- a/code/images/jazebelle.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/code/images/jean.svg b/code/images/jean.svg deleted file mode 100644 index 8fa89d9f..00000000 --- a/code/images/jean.svg +++ /dev/null @@ -1,128 +0,0 @@ - - - diff --git a/code/images/jeane.svg b/code/images/jeane.svg deleted file mode 100644 index a07a294e..00000000 --- a/code/images/jeane.svg +++ /dev/null @@ -1,65 +0,0 @@ - - - diff --git a/code/images/jed.svg b/code/images/jed.svg deleted file mode 100644 index 501ee116..00000000 --- a/code/images/jed.svg +++ /dev/null @@ -1,110 +0,0 @@ - - - diff --git a/code/images/jenni.svg b/code/images/jenni.svg deleted file mode 100644 index a6c50108..00000000 --- a/code/images/jenni.svg +++ /dev/null @@ -1,91 +0,0 @@ - - - diff --git a/code/images/jeri.svg b/code/images/jeri.svg deleted file mode 100644 index ac0c395f..00000000 --- a/code/images/jeri.svg +++ /dev/null @@ -1,81 +0,0 @@ - - - diff --git a/code/images/jerry.svg b/code/images/jerry.svg deleted file mode 100644 index f0c8e641..00000000 --- a/code/images/jerry.svg +++ /dev/null @@ -1,60 +0,0 @@ - - - diff --git a/code/images/jess.svg b/code/images/jess.svg deleted file mode 100644 index f845b976..00000000 --- a/code/images/jess.svg +++ /dev/null @@ -1,52 +0,0 @@ - - - diff --git a/code/images/jia.svg b/code/images/jia.svg deleted file mode 100644 index 7e313924..00000000 --- a/code/images/jia.svg +++ /dev/null @@ -1,52 +0,0 @@ - - - diff --git a/code/images/jocelyn.svg b/code/images/jocelyn.svg deleted file mode 100644 index dd08f3ef..00000000 --- a/code/images/jocelyn.svg +++ /dev/null @@ -1,100 +0,0 @@ - - - diff --git a/code/images/jodi.svg b/code/images/jodi.svg deleted file mode 100644 index 864f7be1..00000000 --- a/code/images/jodi.svg +++ /dev/null @@ -1,101 +0,0 @@ - - - diff --git a/code/images/joe.svg b/code/images/joe.svg deleted file mode 100644 index b2878ffc..00000000 --- a/code/images/joe.svg +++ /dev/null @@ -1,70 +0,0 @@ - - - diff --git a/code/images/jolee.svg b/code/images/jolee.svg deleted file mode 100644 index d2048e28..00000000 --- a/code/images/jolee.svg +++ /dev/null @@ -1,79 +0,0 @@ - - - diff --git a/code/images/jon.svg b/code/images/jon.svg deleted file mode 100644 index 8138984b..00000000 --- a/code/images/jon.svg +++ /dev/null @@ -1,54 +0,0 @@ - - - diff --git a/code/images/jordan.svg b/code/images/jordan.svg deleted file mode 100644 index 2b7b6bf4..00000000 --- a/code/images/jordan.svg +++ /dev/null @@ -1,81 +0,0 @@ - - - diff --git a/code/images/josephine.svg b/code/images/josephine.svg deleted file mode 100644 index a0f28f58..00000000 --- a/code/images/josephine.svg +++ /dev/null @@ -1,61 +0,0 @@ - - - diff --git a/code/images/josh.svg b/code/images/josh.svg deleted file mode 100644 index de676a8c..00000000 --- a/code/images/josh.svg +++ /dev/null @@ -1,68 +0,0 @@ - - - diff --git a/code/images/jude.svg b/code/images/jude.svg deleted file mode 100644 index 64252cb3..00000000 --- a/code/images/jude.svg +++ /dev/null @@ -1,61 +0,0 @@ - - - diff --git a/code/images/julie.svg b/code/images/julie.svg deleted file mode 100644 index 253eb566..00000000 --- a/code/images/julie.svg +++ /dev/null @@ -1,118 +0,0 @@ - - - diff --git a/code/images/logo.png b/code/images/logo.png new file mode 100644 index 00000000..1fab07b5 Binary files /dev/null and b/code/images/logo.png differ diff --git a/code/images/loki.jpg b/code/images/loki.jpg new file mode 100644 index 00000000..b46662c6 Binary files /dev/null and b/code/images/loki.jpg differ diff --git a/code/images/luna.jpg b/code/images/luna.jpg new file mode 100644 index 00000000..21f893f9 Binary files /dev/null and b/code/images/luna.jpg differ diff --git a/code/images/max.jpg b/code/images/max.jpg new file mode 100644 index 00000000..83e938c7 Binary files /dev/null and b/code/images/max.jpg differ diff --git a/code/images/millie.jpg b/code/images/millie.jpg new file mode 100644 index 00000000..e496ab7b Binary files /dev/null and b/code/images/millie.jpg differ diff --git a/code/images/milo.jpg b/code/images/milo.jpg new file mode 100644 index 00000000..1103ef5e Binary files /dev/null and b/code/images/milo.jpg differ diff --git a/code/images/mocha.jpg b/code/images/mocha.jpg new file mode 100644 index 00000000..9c22d7d2 Binary files /dev/null and b/code/images/mocha.jpg differ diff --git a/code/images/murphy.jpg b/code/images/murphy.jpg new file mode 100644 index 00000000..500e488c Binary files /dev/null and b/code/images/murphy.jpg differ diff --git a/code/images/ollie.jpg b/code/images/ollie.jpg new file mode 100644 index 00000000..05af0863 Binary files /dev/null and b/code/images/ollie.jpg differ diff --git a/code/images/penny.jpg b/code/images/penny.jpg new file mode 100644 index 00000000..c8bd0772 Binary files /dev/null and b/code/images/penny.jpg differ diff --git a/code/images/poppy.jpg b/code/images/poppy.jpg new file mode 100644 index 00000000..a1c8c668 Binary files /dev/null and b/code/images/poppy.jpg differ diff --git a/code/images/rocco.jpg b/code/images/rocco.jpg new file mode 100644 index 00000000..67f6f49d Binary files /dev/null and b/code/images/rocco.jpg differ diff --git a/code/images/roxy.jpg b/code/images/roxy.jpg new file mode 100644 index 00000000..0ed2c29c Binary files /dev/null and b/code/images/roxy.jpg differ diff --git a/code/images/ruby.jpg b/code/images/ruby.jpg new file mode 100644 index 00000000..98c8de91 Binary files /dev/null and b/code/images/ruby.jpg differ diff --git a/code/images/sadie.jpg b/code/images/sadie.jpg new file mode 100644 index 00000000..bdd64a9b Binary files /dev/null and b/code/images/sadie.jpg differ diff --git a/code/images/sam.jpg b/code/images/sam.jpg new file mode 100644 index 00000000..46d9e3ea Binary files /dev/null and b/code/images/sam.jpg differ diff --git a/code/images/spot.jpg b/code/images/spot.jpg new file mode 100644 index 00000000..ed0f937e Binary files /dev/null and b/code/images/spot.jpg differ diff --git a/code/images/technigo-logo.svg b/code/images/technigo-logo.svg new file mode 100644 index 00000000..fef43dc1 --- /dev/null +++ b/code/images/technigo-logo.svg @@ -0,0 +1,31 @@ + diff --git a/code/images/teddy.jpg b/code/images/teddy.jpg new file mode 100644 index 00000000..c2474c4e Binary files /dev/null and b/code/images/teddy.jpg differ diff --git a/code/images/toby.jpg b/code/images/toby.jpg new file mode 100644 index 00000000..d0d07004 Binary files /dev/null and b/code/images/toby.jpg differ diff --git a/code/images/winnie.jpg b/code/images/winnie.jpg new file mode 100644 index 00000000..6806ba27 Binary files /dev/null and b/code/images/winnie.jpg differ diff --git a/code/images/zoey.jpg b/code/images/zoey.jpg new file mode 100644 index 00000000..33f7be6f Binary files /dev/null and b/code/images/zoey.jpg differ diff --git a/code/index.html b/code/index.html index 0479b061..cc4a10a9 100644 --- a/code/index.html +++ b/code/index.html @@ -3,12 +3,17 @@
-