home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 September / WIN95_09963.iso / strategy / hangman.zip / readme.1st < prev    next >
Text File  |  1996-01-16  |  4KB  |  79 lines

  1. README.1ST
  2. 16 Jan 1996
  3.  
  4. Hangman32 for Windows 95
  5.  
  6. Jasen N. Tenney
  7. jntenney@ucs.usl.edu
  8. 2512 St. Francis St.
  9. Sulphur, LA 70663
  10.  
  11. INTRODUCTION
  12.  
  13.   Hello All.  This is my first Windows 95 application.  In fact, this
  14. is my first "Windows" application period.  This program is really just
  15. my attempt at learning Windows (and especially Microsoft Foundation Classes) 
  16. programming so don't expect too much from it.  I feel I have learned a lot 
  17. from this application and I hope that others will also benefit from it.
  18. I had seen a similar version of Hangman for Windows 95 and I figured it
  19. would be very easy to implement (i.e. there is no game AI involved) and 
  20. at the same time be a good learning experience.  I was right in both
  21. regards.  It took me a little less than a month to produce the code you have
  22. now using Visual C++ 4.0 and MFC 4.0.  Coming from the UNIX world, I am 
  23. happy with my first Windows program and I hope it can be of some benefit to 
  24. programmers who are new to Windows and MFC.
  25.   If you like the code/game, please e-mail me as I would very much
  26. like to hear your suggestions/comments.  If you don't like it, oh well,
  27. please no flames.  Haha.
  28.  
  29. INSTALLATION
  30.  
  31.   To install Hangman32, I suggest that you use WinZip 32-bit to unzip
  32. the entire zip file into a directory of your choice.  By using WinZip 32-bit,
  33. you will preserve the long file names.  If you use another program to unzip
  34. the file be sure to use one that preserve the Windows 95 long file names, 
  35. otherwise, if you want to use Visual C++ it will probably be a problem without
  36. the long file names being preserved.  
  37.   After you have unzipped the file, I suggest using the Windows Explorer to
  38. create a shortcut to the game in your Games folder.  The executable's file name
  39. is Hangman32.exe.  There are two other files that are vital to the proper
  40. execution of the program.  They are hangman.dic (the dictionary that is
  41. loaded upon execution) and HANGMAN32.HLP (the help file).  If you
  42. have no use for the source code then it is safe to delete all other files 
  43. besides the three just mentioned.
  44.  
  45. FILE LISTING
  46.  
  47. SHORT FILE NAME                    LONG FILE NAME
  48.  
  49. HLP            <DIR>        01-14-96  9:43p hlp
  50. RES            <DIR>        01-14-96  9:43p res
  51. GENERI~1 CPP         1,082  12-30-95  8:37p GenericDlg.cpp
  52. GENERI~1 H             827  12-30-95  8:28p GenericDlg.h
  53. HANGMAN  CPP         5,627  01-15-96 12:27p Hangman.cpp
  54. HANGMAN  DIC        66,027  01-03-96  3:06p hangman.dic
  55. HANGMAN  H           2,087  01-15-96 11:35a Hangman.h
  56. HANGMA~1 APS       156,904  01-16-96  8:27p Hangman32.aps
  57. HANGMA~1 CLW         5,300  01-16-96  8:45p Hangman32.clw
  58. HANGMA~1 CPP         2,438  01-15-96  4:38p Hangman32.cpp
  59. HANGMA~1 H             930  01-15-96  4:38p Hangman32.h
  60. HANGMA~1 MAK        11,711  01-16-96  9:22p Hangman32.mak
  61. HANGMA~1 MDP        37,888  01-16-96  9:22p Hangman32.mdp
  62. HANGMA~1 NCB       222,208  01-16-96  9:22p Hangman32.ncb
  63. HANGMA~1 RC         14,949  01-16-96  8:27p Hangman32.rc
  64. HANGMA~2 CPP        25,078  01-16-96  8:39p Hangman32Dlg.cpp
  65. HANGMA~2 H           3,189  01-16-96  8:35p Hangman32Dlg.h
  66. TEMP     TXT             0  01-16-96  9:26p temp.txt
  67. HINTDLG  CPP         1,040  12-30-95  8:37p HintDlg.cpp
  68. HINTDLG  H             803  12-30-95  8:36p HintDlg.h
  69. MAKEHELP BAT         1,226  12-30-95  7:16p MakeHelp.bat
  70. PICTUR~1 CPP         2,766  01-13-96 12:07p PictureButton.cpp
  71. PICTUR~1 H             893  01-13-96 12:05p PictureButton.h
  72. README   TXT         3,983  12-30-95  7:16p ReadMe.txt
  73. RESOURCE H           3,068  01-14-96 10:31p resource.h
  74. STDAFX   CPP           229  01-10-96  5:09p StdAfx.cpp
  75. STDAFX   H             502  12-30-95  7:16p StdAfx.h
  76. HANGMA~1 HLP         6,458  01-16-96  8:06p HANGMAN32.HLP
  77. HANGMA~1 EXE       315,904  01-16-96  9:20p Hangman32.exe
  78. README   1ST         3,888  01-16-96  9:28p readme.1st
  79.