Giter VIP home page Giter VIP logo

rock-paper-scissor's Introduction

Rock paper scissor

The rules

Rock paper scissor is a game played between two or more players, in which each player simultaneously selects a shape. The basic version has 3 shapes but the game can be extended with any number of shapes.

Winning

  • "rock crushes scissors", a player who plays rock wins against the player who chooses scissors
  • "scissors cuts paper", scissors wins against paper
  • "paper cover rocks", paper winds agains rock

If all players choose the same shape, the game is tied and repeated.

If there are more than two players, each selects a shape, players whose shape does not win against any other player are eliminated from the game until there's one winner

Players

The game can be played as

  • human vs computer (any number)
  • computer vs computer (any number)
  • More than two players might not be implemented yet

How to play

Set up

Clone the repo and run npm install

Start the game

  • npm start
  • Visit http://localhost:5000

Development

The code is not using any external dependency or library except for a ES6 transpiler.

  • npm start to tweak the UI, serves static files in client
  • npm run dev runs karma test runner and waits for your browser to connect for JS unit tests

rock-paper-scissor's People

Watchers

Fabio Crisci avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.