##############################################################################
#                         Helter Skelter - The Game                          #
#                              Revision Notes                                #
##############################################################################

# --> November 26th, 1996
# --> Version 0.99
 
  - First beta copy finished.
  - One playable level.
  - 12 different questions in database.
  - Source code tested in QBASIC and in QuickBASIC 4.5 on a 386/40.

# --> December 1st, 1996
# --> Version 1.00

  - Added basement level.
  - Added some new graphics.
  - Added sound to title screen.
  - Added ghost enemies to basement level.
  - Changed level one map slightly.
  - Added two possible endings.
  - Added final ending credits.
  - Wrote a quick help file called 'help.txt'.
  - Bug fixes:
    -  fixed bug that caused program to freeze if quit was selected right
       after initialization.
    -  fixed bug that displayed all enemies on screen in the position of the
       current one. (almost!)

# --> December 2nd, 1996
# --> Version 1.01

  - Added gun graphic to basement level.
  - Added cheesy intro music. (PC Speaker)
  - Bug fixes:
    -  fixed bug that displayed Version 0.99 at menu screen.
    -  fixed bug that allowed game to be won with only 4% of all the items.

# --> December 4th, 1996
# --> Version 1.02
  - Removed music.  (Problems occured when program was compiled.)
  - Fixed up comments in code.
  - You must now find the gun as well to win.
  - Modifed 'help.txt' file.

##############################################################################
#                       Programmed by: Matt Zuchowski                        #
#                  Copyright (c) 1996 Dark Dreams Software                   #
##############################################################################
