https://github.com/scriptraccoon/rock-paper-scissors-css
Rock, Paper, Scissors game without JavaScript
https://github.com/scriptraccoon/rock-paper-scissors-css
Last synced: 24 days ago
JSON representation
Rock, Paper, Scissors game without JavaScript
- Host: GitHub
- URL: https://github.com/scriptraccoon/rock-paper-scissors-css
- Owner: ScriptRaccoon
- License: mit
- Created: 2022-10-02T13:48:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-26T00:06:15.000Z (over 2 years ago)
- Last Synced: 2024-05-30T16:49:59.242Z (about 2 years ago)
- Language: CSS
- Homepage: https://rps-css.netlify.app/
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rock, Paper, Scissors with CSS
https://rps-css.netlify.app/
This game is written in HTML and CSS. No JavaScript is required!
This is similar to [this pen](https://codepen.io/jerrylow/pen/goKRwN) by Jerry Low. The animation for randomizing the computer choice is a bit different, though.