https://github.com/luisfernandovillalon/rock-paper-scissors-odinproject
The Odin Project: Project - Rock, Paper, Scissors
https://github.com/luisfernandovillalon/rock-paper-scissors-odinproject
css directory files html javascript
Last synced: 3 months ago
JSON representation
The Odin Project: Project - Rock, Paper, Scissors
- Host: GitHub
- URL: https://github.com/luisfernandovillalon/rock-paper-scissors-odinproject
- Owner: LuisFernandoVillalon
- Created: 2022-07-18T08:15:56.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-06T19:25:09.000Z (over 2 years ago)
- Last Synced: 2025-01-18T07:26:22.653Z (5 months ago)
- Topics: css, directory, files, html, javascript
- Language: JavaScript
- Homepage: https://luisfernandovillalon.github.io/Rock-Paper-Scissors-OdinProject/
- Size: 894 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Odin Project - Rock, Paper, Scissors
Application Description:
This application runs a rock, paper, scissor game. The player is given three choices to choose from. Once a selection has been made the computer picks a choice at random to respond. First player to reach 5 wins, wins the whole game.Technologies Used:
I used html and css to style the three different pages presented in the application. I found this to be the best approach to create the pages this way due to my limited knowledge on JavaScript at the time.
Javascript was used to manipulate the logic of the flow of the game. As well as the logic behind the buttons presented in the game.Challenges Faced:
Due to my limited knowledge on JavaScript at the time, I styled all three pages presented in the application with HTML and CSS. The buttons that lead to the other pages are simply href links to a different directory. I find now creating and styling a page through JavaScript is more efficient.