Skip to content

Scully87/Rock_Paper_Scissors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rock Paper Scissors

###A Two player Rock Paper Scissors Game in Javascript

####Technologies Used:

  • Ruby
  • RSpec
  • Sinatra

#####To do list:

  • Can be initialized with correct player functionality
  • Can select players based on their names
  • Correct game functionality (i.e rock beats scissors)
  • Game knows when a player/computer has picked
  • Use Sinatra to make it playable in browser

How to use

Clone the repository:

$ git clone git@github.com:scully87/Rock_Paper_Scissors.git

Change into the directory:

$ cd Rock_Paper_Scissors

To see tests:

$ RSpec

Play when in browser:

$ rackup
in broswer open: http://localhost:9292

####Special Rules:

  • paper beats rock,
  • rock beats lizard,
  • lizard beats spock,
  • spock beats scissors,
  • scissors beats lizard,
  • lizard beats paper,
  • paper beats spock,
  • spock beats rock,
  • rock beats scissors

#####Also created with same functionality:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published