Giter VIP home page Giter VIP logo

cli-rock-paper-scissors's Introduction

Command Line Rock Paper Scissors.

For this assignment, you will build a Rock, Paper, Scissors game in the terminal.

rock-paper-scissors

Instructions for lab submission

  1. Fork the assignment repo
  2. Clone your Fork to your machine
  3. Complete the lab
  4. Push your changes to your Fork
  5. Notify instructors by Slack or email once you're done.

Requirements

  1. The user must be able to play against the computer
  2. The user must be given the option to pick from rock, paper or scissors
  3. The computer must chose randomly between rock, paper, scissors.
  4. Once both the computer and the user have chosen, the game should tell who won.
  5. Handle user entering 'r' or 'R' as Rock. Same for the rest.
  6. If user enters a letter that is none of r, R, s, S, p or P. Display a message Invalid choice and quit the game.

Notes

  • Use the readline-sync module to receive input from the user.
  • A sample of how to use readline-sync is in the file sample.js in this repo. Check it out.
  • The readline-sync module has already been installed and its inside the node_modules folder. The only thing you need to do with it is learn how to use it. Read the docs.

Demo

command line rock paper scissors game

Rubric

To find the rubric that will be used to grade your work for this assignment, locate this assignment on you Canvas course.

cli-rock-paper-scissors's People

Contributors

alejo4373 avatar

Watchers

 avatar  avatar  avatar  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.