   File Name		Archive #	Description
-----------------------------------------------------------
 Logo                       2	Do with this what you will - advertise, maybe?
 MANIFEST                   1	This file -- a shipping list.
 Makefile                   2	See make(1) -- this file directs compilation.
 README                     1	General notes and instructions.
 game.c                     1	Module containing the main game loop.
 game.h                     2	Header file for above.
 pieces.c                   1	Module containing definitions of pieces.
 pieces.h                   2	Header file for above.
 screen.c                   1	Module containing all curses(3x)-based bits.
 screen.h                   2	Header file for above.
 tt.6                       1	Manual entry (install in /usr/man/man6)
 tt.c                       1	Module contaning main function and initialisation.
 tt.h                       2	Header file for above.
 ttscores                   2	Sample high-score table (might not work).
 utils.c                    2	Module containing re-usable general utilities.
 utils.h                    2	Header file for above.
