Create web page that plays the rock, paper-scissors game

Assignment Help Computer Engineering
Reference no: EM131305445

Purpose:

This project involves creation of a web page that plays the Rock, Paper, Scissors game with the user.

Basic Features:
Your web version of the game needs to have the following required features:
A proper title.
Buttons or a "select" list for the user to choose rock, paper, or scissors.
A "shoot" button.
• Display of each of the following:
What the user picked.
What the computer picked.
Who won
Total score for the user.
Total score for the computer.
15 points for proper interaction of the components listed above and good overall coding style.

The computer should choose randomly from the 3 choices of rock, paper, or scissors randomly and not cheat by using the user's selection to make the winning choice! Recall that we used the Math.random () function to get random numbers. You can use that to select a random choice for this game.

Planning Your Solution:

Build up your solution in steps:

- First, sketch out the collection of input and output text boxes you need, the buttons you need, etc. Then implement them in HTML. At this point, don't worry about any event handlers. Also, don't make the page super-fancy and colorful. That can come later.
- Then for each event handler you need (one each for the 4 buttons or list elements), write a function that does nothing more than show an alert saying which button was clicked.
- Next, think about what sort of information you need in order to run the game. There are several variables you will need to keep track of what is going on:
• User's pick
• Computer's pick
• Winner

• Total wins for Computer (initially 0)
• Total wins for User (initially 0)

Use var declarations inside the script tag to define these.

Now it is time to think about your strategy for keeping track of the user's selection of rock, paper, or scissors, and to make the computer's selection. You have created a variable to hold the user's choice.

Each of the three selection buttons (rock, paper, and scissors) sets that variable. You'll have to decide what values to use for this variable. You might use numbers (for example, rock is 0, paper 1, and scissors 2), or strings (perhaps 'rock', 'paper, and 'scissors', or maybe just 'R', 'P', and 'S'). Modify the functions you wrote for each of the buttons for rock, paper, and scissors to set this variable.

The function that implements the event handler for the 'shoot' button has more work to do. First you need to make a random choice for the computer of rock, paper, or scissors. Do this by choosing a random number 0, 1, or 2 (recall the example in class that did something like this). If you used numbers to represent rock, paper, and scissors, you are done, otherwise you need a series of if statements to assign the appropriate string. In any case, you store the computer choice in a variable.

Temporarily, put an alert here showing the user's choice and the computer's choice. That will let you see that you have the values in your variables that you think are there. Now, continuing with the 'shoot' event handler, you need to compare the computer's choice with the user's choice. Create a variable to identify the result (computer wins, user wins, and tie). You'll need a series of if statements to do this.

With the winner determined, update the total wins for the computer or the user (or neither, in the case of a tie). Temporarily, put an alert here to show the values of these variables.

Finally, display your output to the user by updating the values in the boxes for winner, computer score, and user score. (If you want also to show the number of ties, go ahead!)
When everything works, remove the alerts that were put in temporarily.

A Word about Coding Style:

Good style not only helps us read your code. It helps you figure out what you had in mind when you come back to your code after being away from it. Use variable names that suggest their purpose. Words do better in this regard than abbreviations (for example winComputer versus wc). The same concept applies to function names and to the IDs for elements of your HTML web page. Use good indentation so that it is easy to see what code in part of a loop, function, etc. The same indentation ideas apply to your HTML code.

Avoid repeated code. If you are writing basically the same code a second time with only minor changes, writing a single function that can be called from both places may be a better approach.

Added Features:

These features don't add functionality but make the page look better. Add them once the basic features Work:

Neat placement of items on the page (alignment, centering, etc.).
Use of color.
A reset button to set the scores back to zero.
Graphical images of rock, paper, and scissors

Extra Items beyond the Requirements:
Feel free to add more features beyond the "basic" and "added" ones.

Submit File:
When you have finished, submit your html file to Course Site as normal using a single zip file. Use a zip file even if you have only one file to submit. If you have embedded images, you'll have more than one file and you will to include them in your zip file.

Grading and Honor Code:

The basic features are 80 percent and the added features 20 percent. For each feature approximately 1/3 is for the html and 2/3 for the JavaScript. Note that because some code impacts multiple features, it may not always be possible to divide points exactly according to the scale given above. In particular, significant amounts of repeated code will result in points lost even though everything may work correctly.

We expect this to be your own work. You may get help from the course instructor or graders. If you have a tutor, be sure NOT to use code written by the tutor. University tutors often give the same suggestions to multiple students resulting in multiple students having the same solution. Such cases look like cheating and will be treated as such. There are RPS programs on the web. Don't try to copy those (we can find them too!). Even just "reading" such code to "learn" is dangerous as this often results in code that is very similar to those posted solutions. If we have reason to question the amount of help you have received, we reserve the right to call you in to explain the working of your code.

Reference no: EM131305445

Questions Cloud

Write introduction and motivation about iclusig : Write Introduction and Motivation (1 or 2 pages), perhaps including some figures of the project and I have attached everything related to the project. Acute Lymphoblastic Leukemia (ALL) is a type of cancer of the blood and bone marrow that affects ..
Explain communication patterns-important cultural : Explain communication patterns, important cultural and religious rituals, customs, and beliefs, and how to avoid cultural barriers (i.e. what would constitute good manners and respect and what would cause offense in this ethnic group). Please ela..
Current price and yield on 30 year us treasury security : What are the current price and yield on a 10-year U.S. Treasury security? What are the current price and yield on a 30-year U.S. Treasury security?
Show that the bilinear transformation of a pd controller : Show that the bilinear transformation of a PD controller with a high-frequency pole that makes the controller transfer function proper does not yield a pole at z = -1.
Create web page that plays the rock, paper-scissors game : CSE 001 - Fall 2016 - Creation of a web page that plays the Rock, Paper, Scissors game with the user - The computer should choose randomly from the 3 choices of rock, paper, or scissors randomly and not cheat by using the user's selection to make t..
What are the determinants of asset demand : What is a portfolio?- What are the determinants of asset demand?- How do economists define expected return and risk?
Difference between market risk and idiosyncratic risk : What is the difference between market risk and idiosyncratic risk?- What is diversification? How does it reduce the risk of a financial portfolio?
Impac of tmoving from a budget deficit to a budget surplus : Use a demand and supply graph to illustrate the impact that moving from a budget deficit to a budget surplus would have on the bond market, holding everything else constant.
How important is trust to a cross-functional team : How important is trust to a cross-functional team? Describe how managers can build trust among cross-functional teams, which comprise diverse backgrounds and differing perspectives.Explain which type of cohesiveness, socio-emotional or instrumenta..

Reviews

Write a Review

Computer Engineering Questions & Answers

  Mathematics in computing

Binary search tree, and postorder and preorder traversal Determine the shortest path in Graph

  Ict governance

ICT is defined as the term of Information and communication technologies, it is diverse set of technical tools and resources used by the government agencies to communicate and produce, circulate, store, and manage all information.

  Implementation of memory management

Assignment covers the following eight topics and explore the implementation of memory management, processes and threads.

  Realize business and organizational data storage

Realize business and organizational data storage and fast access times are much more important than they have ever been. Compare and contrast magnetic tapes, magnetic disks, optical discs

  What is the protocol overhead

What are the advantages of using a compiled language over an interpreted one? Under what circumstances would you select to use an interpreted language?

  Implementation of memory management

Paper describes about memory management. How memory is used in executing programs and its critical support for applications.

  Define open and closed loop control systems

Define open and closed loop cotrol systems.Explain difference between time varying and time invariant control system wth suitable example.

  Prepare a proposal to deploy windows server

Prepare a proposal to deploy Windows Server onto an existing network based on the provided scenario.

  Security policy document project

Analyze security requirements and develop a security policy

  Write a procedure that produces independent stack objects

Write a procedure (make-stack) that produces independent stack objects, using a message-passing style, e.g.

  Define a suitable functional unit

Define a suitable functional unit for a comparative study between two different types of paint.

  Calculate yield to maturity and bond prices

Calculate yield to maturity (YTM) and bond prices

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd