8 lines
224 B
Racket
8 lines
224 B
Racket
#lang scribble/doc
|
|
@(require "common.ss")
|
|
|
|
@gametitle["Checkers" "checkers" "Board Game"]
|
|
|
|
This simple checkers game (with no AI player) is intended as a
|
|
demonstration use of the @schememodname[games/gl-board-game] library.
|