Task

Short Description:

Develop a variation of the game Rock, Paper, Scissors using the Javascript programming language.

 

Project Details:

The game of Bear, Hunter,Princess can help you integrate many of the concepts you have constructed up to this point.  Just as in the game of Rock, Paper, Scissors, each option beats one of the other symbols and can be beaten by the last symbol.  In the case of Bear, Hunter, Princess, the bear captures the princess, the princess woos the hunter, and the hunter shoots the bear.

In order to complete this project, you will need to use the concept of nested conditionals.  Nested conditionals will allow you to compare the user’s selection of bear, hunter, or princess against the computer’s choice and declare the winner.

Before we begin, let’s take a quick look at some of the concepts we may need in order to accomplish our goal.  Click on the Concepts Review tab in the menu above.

Leave a Reply

Your email address will not be published. Required fields are marked *