pygsear makes getting started with pygame simpler.

Home page:
    http://www.nongnu.org/pygsear/

Copyright:
    All of the code in this distribution is (C) Lee Harr.

    pygsear is made available under version 2 of the
    GNU General Public License. The included LICENSE
    file describes this in detail.


This directory contains a number of example games using the pygsear
programming framework. The examples require installation of pygsear
and related modules on which it depends.


Contents:
    balloons:
        Pop all of the balloons before you run out of ammunition.

    dots:
        Connect the dots by number to reveal the hidden picture.

    guess:
        Take a guess, get a hint, guess again.

    lunar:
        Land the lunar module safely on the moon.

    mathemorphosis:
        An educational game of numbers.

    ntris:
        Fill lines of blocks with various shapes.

    tanks:
        Hunt the enemy tank and blast away. Also works over a network.

