racket/collects/games/scribblings/std-games.scrbl
Matthew Flatt 18f4087673 Scribbled games docs
svn: r9246
2008-04-11 00:16:05 +00:00

26 lines
737 B
Racket

#lang scribble/doc
@(require "common.ss")
@title[#:style 'toc #:tag "bundled"]{Bundled Games}
@local-table-of-contents[]
@include-section["aces.scrbl"]
@include-section["gofish.scrbl"]
@include-section["crazy8s.scrbl"]
@include-section["blackjack.scrbl"]
@include-section["ginrummy.scrbl"]
@include-section["spider.scrbl"]
@include-section["memory.scrbl"]
@include-section["slidey.scrbl"]
@include-section["same.scrbl"]
@include-section["mines.scrbl"]
@include-section["paint-by-numbers.scrbl"]
@include-section["lights-out.scrbl"]
@include-section["pousse.scrbl"]
@include-section["gobblet.scrbl"]
@include-section["jewel.scrbl"]
@include-section["parcheesi.scrbl"]
@include-section["checkers.scrbl"]
@include-section["gcalc.scrbl"]