Information for Light Breaker 32
--------------------------------

        Purpose
        -------
        The purpose of the game is to try to turn out all
        the lights on the board while trying to minimize
        the amount of moves and the amount of time it takes.

        Gameplay
        --------
        By clicking on a square, you can toggle the
        surrounding lights.  The adjacent squares as well as
        the square clicked will be toggled either on or off
        depending on the current state of the light.  After
        putting out all the lights, the level is complete.

        Levels
        ------
        There are 6 phases each containing 10 levels.  As
        you reach higher levels, the difficulty, naturally,
        increases.

        Main Menu
        ---------
        On the main menu there are 3 items to choose from.

        Start:      This option starts the game from level 0.

        Continue:   This allows you to choose to start at any
                    level you have already completed, all the
                    way up to the first level of the highest
                    phase you've reached.  Select this option
                    and use the left and right arrow keys to
                    change the starting level.

        Quit:       Exits back to the OS.

        Switches
        --------
        Typing LB32 -v at the command line will show the
        version number.

        Contact
        -------
        If you discover any bugs or have any comments about
        the game (suggestions are also welcome), you can reach
        us by E-Mail at todd@ncdgames.com.  You can get the
        latest version of this game, as well as our other
        games and stuff at our web site:
                http://www.ncdgames.com

        History
        -------
        Version 1.0 :   Final release.

                        Fixed an error.
                        Touched up graphics.

        Version 0.95:   Bugfixes and cleanup.
                        Almost ready for final 1.0 release.

                        Fixed bug that caused the cursor not
                        to be erased occasionally.

                        Cleaned up code quite a bit.

        Version 0.82:   Bugfix release.

                        Fixed bug that might have caused the
                        game to crash in rare instances.

                        Added a file called "LB32.DFR" the
                        contains the default records.  When
                        installing a newer version, you now
                        don't have to worry about acciden-
                        tally overwriting your records.

                        A little optimization done as well.

        Version 0.81:   First release.