Using a combination of HTML, CSS, and Javascript I made an a browser page with two different games of rock, paper, scissors (classic and a challenge version). The score is kept on a running counter for both the player and computer wins.
I did use liveshare on VSCode select to run the page.
- first use 'git clone git@github.com:BenWehrend/rock-paper-scissors.git' to clone down repository
- 'cd' into project
- 'open index.html'
- 'Go live' on liveshare with VSCode select
This was my final solo project for module 1 at Turing Module 1 included the first 6 weeks at Turing and it was assigned the fifth week. We were given an entire week to complete this task.
- 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 an outside “answer” to a logical challenge
Wins: making 2 simple interactive games that keep score.
Challenges: figuring out how to make a rock, paper, scissors game from scratch.