racket/collects/games/scribblings/memory.scrbl
Eli Barzilay debd1f9f1e Recketizing much in `net/*', mass ".ss" -> ".rkt" conversion in .scrbl files.
(Some other minor things here and there.)
2011-06-20 04:27:14 -04:00

10 lines
352 B
Racket

#lang scribble/doc
@(require "common.rkt")
@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.