Download presentation
Presentation is loading. Please wait.
1
One of these things is not like the other
Lab One of these things is not like the other CSC 343 (Blum)
2
Make a page like the one shown below.
3
The game In the game, two of the items in a row have something in common, and the third item is different. The user is to click on his or her guess. The page should indicate whether the choice is correct in two ways: an alert box saying correct or incorrect and color (my version uses white for correct and red for incorrect.)
4
Incorrect Example Part 1: Message
5
Incorrect Example Part 2: Color
6
Correct Example Part 1: Message
7
Correct Example Part 2: Color
8
The One-Function Challenge:
Try to write your code using one function. Mine had three arguments: The id of the cell containing the image clicked, so I could change its color. The RGB code of the color I wanted the cell to turn. The word ‘correct’ or ‘incorrect’ as the case may be.
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.