home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / games / volume11 / blockbuster / part01 / README < prev    next >
Text File  |  1990-08-10  |  1KB  |  26 lines

  1. /*
  2.  * The blockbuster game for Sun running Sunview.
  3.  * Appearance ONLY shamelessly stolen from the real video game,
  4.  * wonderfully written by someone somewhere (I haven't got the foggiest).
  5.  *
  6.  * Move mouse to move pallet and keep the ball on the stage.
  7.  *
  8.  * Stages are built from various building blocks, some of which are based on
  9.  * recollection from analogous blocks in the video game, others, in particular
  10.  * the interesting ones, are new.
  11.  *
  12.  * The stages can be defined from the ascii map codes using any text editor.
  13.  * They must be numbered consecutively from 0 with the total number
  14.  * (i.e., one more than the highest number) available in the file nb_stages.
  15.  *
  16.  * -- Eric Van Gestel (ericvg@cs.kuleuven.ac.be)
  17.  */
  18.  
  19. Listing and selecting alternate playgrounds as per the man page
  20. added by Bill Randle (billr@saab.CNA.TEK.COM) 9 August 1990.
  21. [The man page described the "play_ground" option, but it wasn't
  22. implemented in the code until now.]
  23.  
  24. Be sure to edit blockbuster.h and/or Makefile if the directory
  25. pathnames change.
  26.