This website implements the popular "Rock Paper Scissors" game against the computer and it is the submission for The Odin Project: Rock Paper Scissors.
- GIT
- Python ^v3
- Clone the repository
git clone git@github.com:jesusgraterol/rock-paper-scissors-top.git
- Run a local server with:
python3 -m http.server --directory src
- The website is served at: http://localhost:8000/
N/A
Deploys to Github Pages automatically when commits are pushed into the main
branch.
- HTML5
- CSS3
- JavaScript
N/A
N/A
N/A
N/A
N/A