## Memorizinator Game A little memory game to help learn big ideas. 1. Game timer starts automatically (1.5 seconds / word). 2. Click the words in the proper order. 3. Game provides feedback about Win, Loss, Player Error. 4. Need a hint? (All are toggles) * _Show It_. Show the full quote. * _Say It_. Audio of the quote. [Works in Chrome/Safari.] * _Bold It_. The next correct word will be bolded. * _Punctiate It_. Turns on capitalization and punctuation. 5. Mistake? Incorrect answers are red. Click a circle to undo. 6. Select a new quote (top-right) or _Restart_ game (bottom-right). ## D3 Force Simulation Notes * This game leverages the D3 Force Simulation (version 4) mechanics. It incorporates: * Multi-foci * Adds nodes * Adds links and removes links on the fly * Event handling * Text centered in nodes (overcomes Firefox vertical-align problem)