racket/collects/games/scribblings/memory.scrbl
Matthew Flatt 18f4087673 Scribbled games docs
svn: r9246
2008-04-11 00:16:05 +00:00

10 lines
351 B
Racket

#lang scribble/doc
@(require "common.ss")
@gametitle["Memory" "memory" "Kid's Game"]
Flip two cards in a row that have the same picture, and the cards are
removed. If the two cards don't match, they are flipped back over, and
you try again. Each card has a single match on the board. The game is
over and the clock stops when all cards are removed.