Skip to content
This repository has been archived by the owner on Mar 10, 2022. It is now read-only.

therazor/rock-paper-scissors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rock paper scissors game

How to run

git clone git@github.com:therazor/rock-paper-scissors.git
cd rock-paper-scissors
npm install
npm start

Tests

npm test

Note: play.js was fully test driven and covered.

Info

Browser support

Should run in any browser supporting unprefixed flexbox.
The only "exotic" bit of javascript is likely to be Object.values.

Developed and tested with chrome 62

Dependencies used

This project was bootstrapped with Create React App.

Jest is being used for unit tests

About

ES6 + flexbox implementation of rock paper scissors

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published