racket/collects/teachpack/htdp/scribblings/master-play.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

15 lines
491 B
Racket

#lang scribble/doc
@(require scribble/manual "shared.rkt" (for-label scheme teachpack/htdp/master))
@teachpack["master-play"]{Playing MasterMind}
@defmodule[#:require-form beginner-require htdp/master-play]
The teachpack implements the MasterMind game so that students can play the
game and get an understanding of what we expect from them.
@defproc[(go [name symbol?]) true]{
chooses a ``secret'' three-letter word, opens a canvas and a menu,
and asks the player to guess the word.}