Warning !

        These programs were just made to test FROTH and FROSTED.
        They are not 'models'.
        Just there to help you...

-----------------------------------------------------------------------------
MATCHES.FTH     A simple game: 23 matches, the player who takes the last
                loose...

screen          Basic definitions of SCREEN vocabulary.
-----------------------------------------------------------------------------
NIM.FTH	        The popular game of NIM (marienbad)

Defining-words  How to use BUILD> DOES>
screen	        Definitions into SCREEN vocabulary.
-----------------------------------------------------------------------------
RND.FTH         Test random generator, by filling randomly pages with a
                random character.

Rnd
Thread	        to show current time
defining word   to create constant chars
-----------------------------------------------------------------------------
THREADS.FTH     Let's you create up to 31 threads, and delete any given thread.

Threads	        Create a thread, Kill a thread.
-----------------------------------------------------------------------------
TRACE.FTH       Example of use of the trace manager.
-----------------------------------------------------------------------------
GTEST.FTH       Test graphics definitions.

graphics        Definitions into GRAPHICS vocabulary.
-----------------------------------------------------------------------------
HANGMAN.FTH     The popular game of hangman (guess a word).

Defining-words  How to use BUILD> DOES>
strings         Using dynamic strings and strings related definitions.
-----------------------------------------------------------------------------
LIFE.FTH        The popular Conway's life game.

386 code        How to use 386 code directly into Froth programs.
-----------------------------------------------------------------------------
