GithubHelp home page GithubHelp logo

rock-paper-scissors's Introduction

Rock Paper Scissors Game

This CLI JavaScript game allows users to play the classic game of rock paper scissors against a computer opponent. The game is implemented using classes, including:

  • Game: This class handles the overall flow of the game, including starting and ending the game.
  • Round: This class represents a single round of the game, including the choices made by the user and the computer, as well as determining the outcome of the round (win, lose, or draw).
  • User: This class represents the user, including their name and choice in the current round.
  • Computer: This class represents the computer opponent, including its choice in the current round.
  • Choice: This class represents the different choices (rock, paper, scissors) that can be made in the game.

To start the game, create a new instance of the Game class and call the play() method. The user will play against the computer in a series of rounds. The game will continue until the user chooses to quit.

The overall results can be displayed between each round be choosing the RE option.

rock-paper-scissors's People

Contributors

rickys93 avatar

Watchers

 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.