Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicolaswg/rock-paper-scissor
Simple Rock-Paper-Scissors static page game
https://github.com/nicolaswg/rock-paper-scissor
css game
Last synced: 12 days ago
JSON representation
Simple Rock-Paper-Scissors static page game
- Host: GitHub
- URL: https://github.com/nicolaswg/rock-paper-scissor
- Owner: Nicolaswg
- Created: 2021-03-19T19:59:17.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-05T21:39:28.000Z (over 2 years ago)
- Last Synced: 2024-12-27T16:11:28.484Z (29 days ago)
- Topics: css, game
- Language: JavaScript
- Homepage:
- Size: 82 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Rock Paper Scissor
In this project we wil see a basic rock, paper and scissor game using HTML and CSS rules combined with a .js file that executes all the logic part of the game.
This game is made with the vision that the user can interact freely with the logical part of the game page.
What I learned
1-) how to select randomly a choice declared
2-) how to use css transform property
3-) how to combined interaction between user and logial files