racket/collects/games/scribblings/checkers.scrbl
Eli Barzilay ac26fe7554 A ton of @scheme*' -> @racket*' and related updates.
Also, updates some of the mzlib files to point at `racket/*' libraries
rather than to `scheme/*' ones.
2011-06-25 04:08:47 -04:00

8 lines
225 B
Racket

#lang scribble/doc
@(require "common.rkt")
@gametitle["Checkers" "checkers" "Board Game"]
This simple checkers game (with no AI player) is intended as a
demonstration use of the @racketmodname[games/gl-board-game] library.