Skip to content

This website implements the popular "Rock Paper Scissors" game against the computer and it is the submission for The Odin Project: Rock Paper Scissors.

Notifications You must be signed in to change notification settings

jesusgraterol/rock-paper-scissors-top

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Rock Paper Scissors

Rock Paper Scissors

This website implements the popular "Rock Paper Scissors" game against the computer and it is the submission for The Odin Project: Rock Paper Scissors.

Live Demo

Rock Paper Scissors

Getting Started

Requirements

  • GIT
  • Python ^v3

Installation

  1. Clone the repository
git clone [email protected]:jesusgraterol/rock-paper-scissors-top.git

Usage

  1. Run a local server with:
python3 -m http.server --directory src
  1. The website is served at: http://localhost:8000/

Build Process

N/A

Deployment

Deploys to Github Pages automatically when commits are pushed into the main branch.

Built With

  • HTML5
  • CSS3
  • JavaScript

Running the Tests

Unit Tests

N/A

Integration Tests

N/A

E2E Tests

N/A

@TODO

N/A

License

MIT

Acknowledgments

N/A

About

This website implements the popular "Rock Paper Scissors" game against the computer and it is the submission for The Odin Project: Rock Paper Scissors.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published