How to design a JavaScript Game
Creating game graphics
Laying out the game board in HTML
Using CSS to style the board
Creating gameplay scripts
Finalizing and testing the game
In this hour, you'll look at another complex application of JavaScript: a Poker Solitaire game that uses the W3C DOM, graphics, and some JavaScript logic to interact with the user quickly and responsively.