Skip to content

Marion34-dev/Rock-Paper-Scissors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to the Rock Paper Scissors Challenge

This Javascript program is a Rock Paper Scissors game developed with Express.
The testing was done with Mocha and Chai/Chai-HTTP.


This app has been deployed at the following address:

https://rock-paper-scissors-challenge.onrender.com


Rules

  • Rock beats Scissors
  • Scissors beats Paper
  • Paper beats Rock

User stories

As a DFAT member
So that I can see my name
I would like to register my name before playing an online game

As a DFAT member
So that I can enjoy myself away from the daily grind
I would like to be able to play rock/paper/scissors

Functionality:

  • the DFAT member should be able to enter their name before the game
  • the DFAT member will be presented the choices (rock, paper and scissors)
  • the DFAT member can choose one option
  • the game will choose a random option
  • a winner will be declared and an option to play again

How to use

You can fork this repo and clone it to your local machine.
You will then be able to run the command npm install, npm start and npm test.

Note: you will need to have Node.js and npm installed

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published