doc.txt

SET : The Game of SET

_SET_ : The Game of SET
==========================================

By Jay McCarthy <jay.mccarthy@gmail.com>

Keywords: _misc_

Introduction
============

Files
====
_servlet.ss_
_SET.ss_
_setcards_

Example
=======

Make a link from `SET/setcards' to your web-server's `htdocs' directory.

Put this file in a web-server `servlets' directory:

(module SET mzscheme
  (require (planet "servlet.ss" ("jaymccarthy" "SET.plt" 1)))
  (provide (all-from (planet "servlet.ss" ("jaymccarthy" "SET.plt" 1)))))

Then goto "/servlets/SET.ss"

History
======

June 21st
     * Initial