Basic Memory game built with Elm 0.19
THE RULES FOR PLAYING "MEMORY"
- Mix up the cards.
- Lay them in rows, face down.
- Turn over any two cards.
- If the two cards match, keep them.
- If they don't match, turn them back over.
- Remember what was on each card and where it was.
- The game is over when all the cards have been matched.
I developed this little game for a hands-on so you can take a look at the full steps in branch hands-on
.