Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Guess Who: Middle-Earth Quest / Olga #342

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
# Project Name

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.
This is my Lord of the Rings themed version of the project-guess-who, called Guess Who: Middle-Earth Quest!

## 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?
Compared to last week, I found this project a lot more straight-forward. The instructions really held my hand through the process. The mechanics of the game were quite easy to understand in code (like which function is supposed to happen after what and so on), but I still struggle a lot with coming up with the right syntax for each function. I still need a lot of help with this and have searched for the solutions so much more than come up with them myself.

One thing I was stuck with for days was making the "play again" button work. I tried every solution I could find on Stack Overflow and got a few suggestions from team mates as well, but at first nothing worked. Then I finally posted my repo on Stack, and two of my lovely teammates helped me to solve the problem, finally! Well, solving that one did lead to another few bugs but luckily I was able to fix them myself.

The styling, however... admittedly, I love styling my projects and procrastinated a lot with starting the JavaScript by just fixing the color scheme, fonts and pictures. I even made my own Guess Who logo with Photoshop. What can I say, I love it. And I'm really happy with the result. Maybe it did take a little too much of my time for this project though, as the point was the JS and not the CSS...

## 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.
The link to my deployed project: https://middle-earth-quest.netlify.app/
Note: a disappointing surprise with deploying my game was that the html audio player I put on the corner doesn't work anymore :( Worked fine with the live server but not in the deployed version. So it is highly suggested to listen to some LOTR tunes while playing this game.
Binary file added code/RINGM___.TTF
Binary file not shown.
Binary file added code/images/aragorn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added code/images/arwen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added code/images/bilbo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added code/images/boromir.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added code/images/elrond.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added code/images/eowyn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added code/images/faramir.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added code/images/frodo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added code/images/galadriel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added code/images/gandalf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added code/images/gimli.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added code/images/gollum.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added code/images/guesslogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion code/images/jabala.svg

This file was deleted.

95 changes: 0 additions & 95 deletions code/images/jack.svg

This file was deleted.

Loading