home *** CD-ROM | disk | FTP | other *** search
/ Game Programming for Teens / GameProgrammingForTeens.iso / Readme.txt < prev    next >
Text File  |  2003-04-06  |  4KB  |  107 lines

  1. Main README.TXT file for "Game Programming for Teens"
  2.  
  3. ------------
  4.  
  5. CD-ROM and software copyright (C) 2003 Premier Press Inc, a Division of Course Technology 
  6. and Maneesh Sethi. All rights reserved. Individual programs are 
  7. copyrighted by their respective owners and may require separate licensing. 
  8. This CD-ROM may not be redistributed without prior written permission from 
  9. the publisher. The right to redistribute the individual programs on the
  10. CD-ROM depends on each program's license. Consult each program for details.
  11.  
  12. ------------
  13.  
  14. Table of Contents:
  15.  
  16. I.    INTRODUCTION
  17. II.   INSTALLING THE SOURCE CODE FROM THE BOOK
  18. III.  INSTALLING THE APPLICATIONS
  19. IV.   PLAYING THE GAMES :)
  20. V.    PROBLEMS YOU MIGHT ENCOUNTER (PLEASE READ!!!!!!)
  21.  
  22.  
  23. I. INTRODUCTION
  24.     
  25.  
  26.    Hey Hey! Welcome to the wonderful world of game programming. This CD, from 
  27.    "Game Programming for Teens," includes everything needed to work with the 
  28.    book. Included is the source, sample programs, sample games, royalty-free art,
  29.    and some sample music.
  30.  
  31.    Within each directory there is a README.TXT file that explains what
  32.    the files are and what they are for. The CD is set up like this:
  33.  
  34.    <DIR> - The main directory.
  35.       |
  36.       \Source        <DIR> - Contains the entire source code for the book.
  37.       \Art           <DIR> - Contains sample art you can use in your programs.
  38.       \Sounds        <DIR> - Contains sound and music for use.
  39.       \Games         <DIR> - Contains some games for you to try out.
  40.       \Programs      <DIR> - Contains some applications..
  41.       
  42.  
  43.  
  44. II. INSTALLING THE SOURCE CODE FROM THE BOOK
  45.  
  46.      The source code and data for each chapter of this book are contained
  47.      within the SOURCE\ sub-directory. I suggest simply copying the entire
  48.      SOURCE\ directory as-is onto your hard drive by "dragging" it from
  49.      the CD.
  50.      
  51.      **** BONUS CHAPTER ****
  52.  
  53.  
  54. III.   INSTALLING THE APPLICATIONS
  55.  
  56.      There are a number of awesome applications that are contained on this
  57.      CD such as MilkShape 3d, Paint Shop Pro, Cool Edit Pro, and the Blitz
  58.      Basic program itself.
  59.  
  60.      Each one of these applications installs as a self extracting .EXE and
  61.      takes just a couple minutes. Take a look at the README.TXT file for
  62.      each application for details.
  63.  
  64.  
  65. IV.  PLAYING THE GAMES :)
  66.  
  67.      Definitely try out these games. They show what one can do with the Blitz
  68.      Basic programming language. One of the games, Galaxiga, includes the 
  69.      source code as well!
  70.  
  71.  
  72. V. PROBLEMS YOU MIGHT ENCOUNTER
  73.  
  74.      * Read Only Flag *
  75.  
  76.      This is a very important detail, so read on. When creating a CD ROM disk
  77.      all the files will be written with the READ-ONLY flag enabled. This is 
  78.      fine in most cases unless you copy the files to your hard drive (which you will)
  79.      and then edit and try to write the files back to disk. You will get a 
  80.      READ-ONLY protection error. 
  81.  
  82.      Fixing this is a snap. You simply need to clear the READ-ONLY flag on any 
  83.      files that you want to modify. The easiest way to do it is to navigate to
  84.      the copied folder with windows, press the RIGHT mouse button and go into
  85.      file properties, and clear the READ-ONLY flag and select APPLY. You can 
  86.      do this to an entire directory or to each individual file.
  87.  
  88.      
  89.  
  90. Enjoy the CD!
  91.  
  92.  
  93. "9:13-Personal Note-When I was a little kid, my mother told me not to stare into 
  94. the sun. So once when I was six I did. The doctors didn't 
  95. know if my eyes would ever heal. I was terrified, alone in that darkness. 
  96. Slowly, daylight crept in through the bandages, and I could see. But something 
  97. else had changed inside me. That day I had my first headache."
  98.  
  99. "You ain't got no rhyme, no, you gonna lose big time, cause no MC has ever survived,
  100. who went up against Prime."
  101.  
  102.  
  103. Maneesh "Shiggity Shiggity Shwawwwww" Sethi - 2003
  104.  
  105.  
  106.  
  107.