Game - cotterpinx/STEMLadies-win GitHub Wiki
card matching, same general idea as any "memory" style game. The difference is that pairs are made up of 2 cards that have a fact about the same STEM Lady -- try to find out which two facts are about the same person.
-
when you make a match, a modal window (?) pops over showing a paragraph or two about that Lady, link to the Single Lady View for this Lady, probably also a picture (if available). Click to close.
-
When you close the modal window, the matched cards will disappear from the grid.
-
How much of this should be re-written into php, and how much should remain as Javascript?
-
Possibly break this into two modules? Or one module but configure whether to include the game or just add the Lady info. If someone doesn't want the game, they still might want to add the Lady data and display it on their site, or interact with it some other way.
-
Board should be something like 20-30 "cards", but they can be very small. Card expands to display the text in a modal (or just get larger and overlay other cards via CSS) when clicked.