In this chapter, we cover the following:
Playing against a computer
Creating graphics to serve as buttons
Arrays of arrays for game rules
The font-family property
Inherited style settings
Audio
Introduction
This chapter combines programming techniques with HTML5 JavaScript features to implement the familiar rock-paper-scissors game. In the schoolyard version of this game, each player uses hand symbols to indicate one of the three possibilities: rock, paper, or scissors. The terminology is that a player throws one of the three ...