Instructions
The Fibonacci Clock uses five squares (sizes 1, 1, 2, 3, 5) to display time based on their colors:
- Red: Add the square’s value to the hours only (e.g., a red square of 3 adds 3 hours).
- Green: Add the square’s value to the minutes, then multiply the total by 5 (e.g., a green square of 2 adds 2 × 5 = 10 minutes).
- Blue: Add the square’s value to both hours and minutes (e.g., a blue square of 5 adds 5 to hours and 5 × 5 = 25 to minutes).
- Gray: The square is not used and adds nothing to hours or minutes.
How to Play:
- Observe the colored squares (values labeled: 1, 1, 2, 3, 5).
- Calculate the hour (1-12) by adding the values of all red and blue squares.
- Calculate the minutes (0-55, in steps of 5) by adding the values of all green and blue squares, then multiplying by 5.
- Enter your guess in the hour (1-12) and minute (0-55) fields, then click "Submit Guess."
- Use the "Hint" button for a clue (costs 2 points).
- Earn 10 points for a correct guess, lose 5 points for an incorrect guess.
- Click "Next Round" to continue or "Restart Game" to reset score and attempts.