Mary Bruff ππ
'Choose Your Reality,' the Matrix-themed app, offers a fresh take on the traditional rock-paper-scissors game by infusing it with Matrix elements and providing different levels of engagement and challenge. It caters to both casual players and those seeking a more intricate gaming experience.
"Don't THINK You Are. KNOW You Are."
This project was completed in Module 1 during week three at the Turing School of Software and Design. A total of 9-10 hours was spent on this project.
Planning document: https://reminiscent-quasar-1cf.notion.site/Rock-Paper-Scissors-b579bae1c53a410592418a2edcee06bb?pvs=4
- Fork this repository here (my repo) https://github.com/MaryBruff/Rock-Paper-Scissors-Solo
- Clone down your new, forked repo
- CD into the repository
- Open it in your text editor
- View the project in the browser by running open index.html in your terminal
- Solidify and demonstrate your understanding of:
- DRY JavaScript
- Event delegation to handle similar event listeners
- Understand the difference between the data model and how the data is displayed on the DOM
- Use your problem-solving process to break down large problems, solve things step by step, and trust yourself not to rely on an outside "answer" to a logical challenge
- Creating a fun theme that I could bring to life through my HTML and CSS.
- Accomplishing all the app features outlined on the project page was my most significant achievement!
- Asking for help when debugging and checking my logic toward the end of the project! I can get stubborn when it comes to getting help, but I was at a point where I needed another set of eyes. I learned that sometimes getting help can simply be having fresh eyes read your code and seeing things you might be missing.
-
Deconstructing complex tasks into more manageable segments has been a persistent challenge for me. Because I was repeating, all my other projects felt much more straightforward this time. Even though I still made my list of iterations, it could have been more detailed. No matter the application, having a thorough plan is better than having a minimal strategy.
-
Creating functionality just for the Data Model first and then the DOM. If I had separated my files for just the Data Model and Dom, this might have been easier to do, but having them both in the same file made it challenging to do one thing or the other.