CSCI 446 Unit #3 Part II

Programming Assignment

For this assignment you will use JavaScript to create a game of Concentration. The figures below show the game progression. Your styling and images will be different, of course.

Concentration instructions
Figure 1: Instructions displayed when page loads
Concentration start
Figure 2: Start of Concentration Game
After several turns of Concentration
Figure 3: After several turns
End of Concentration game
Figure 4: End of game

Be sure to read the specific requirements, as some are not obvious just by looking at the figures.

Hints

Our main goal with this program is to get used to basic JS syntax and to be comfortable dealing with JS events. The following hints may be helpful:

Students who are already familiar with JS (e.g., if you took CSCI-445) may complete this assignment fairly quickly. We'll be getting into material that should be new to everyone soon!