
Also, updates some of the mzlib files to point at `racket/*' libraries rather than to `scheme/*' ones.
8 lines
225 B
Racket
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.
|