home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1994 March / Source_Code_CD-ROM_Walnut_Creek_March_1994.iso / compsrcs / x / volume19 / xblckbst / part01 < prev    next >
Encoding:
Text File  |  1993-04-27  |  49.1 KB  |  2,151 lines

  1. Newsgroups: comp.sources.x
  2. From: master@cats.UCSC.EDU (Mark Wedel)
  3. Subject: v19i044:  xblockbuster - a variation of the break-out type games, Part01/05
  4. Message-ID: <csx-v19i044=xblockbuster.100002@sparky.IMD.Sterling.COM>
  5. X-Md4-Signature: c84ef1c47cd7f9148ae9fe36597633b9
  6. Date: Wed, 17 Mar 1993 16:02:22 GMT
  7. Approved: chris@sparky.imd.sterling.com
  8.  
  9. Submitted-by: master@cats.UCSC.EDU (Mark Wedel)
  10. Posting-number: Volume 19, Issue 44
  11. Archive-name: xblockbuster/part01
  12. Environment: X11R5
  13.  
  14. [ This kit has long filenames (> 12 chars).  Systems with a name length limit
  15.   should examine the shar files carefully, and then the source code.
  16.   -- Moderator ]
  17.  
  18. XBlockbuster is a variation of the break-out type games, only a bit more
  19. complex in the type of bricks it has and effects the bricks have.  It should
  20. run on any X11 system (color or black and white).
  21.  
  22. #! /bin/sh
  23. # This is a shell archive.  Remove anything before this line, then unpack
  24. # it by saving it into a file and typing "sh file".  To overwrite existing
  25. # files, type "sh file -c".  You can also feed this as standard input via
  26. # unshar, or by typing "sh <file", e.g..  If this archive is complete, you
  27. # will see the following message at the end:
  28. #        "End of archive 1 (of 5)."
  29. # Contents:  MANIFEST README README.SV SKELS SKELS/stage.skel STAGES
  30. #   STAGES.try STAGES.try/nb_stages STAGES.try/save STAGES.try/scores
  31. #   STAGES.wacko STAGES.wacko/nb_stages STAGES.wacko/save
  32. #   STAGES.wacko/scores STAGES.wacko/stage0 STAGES.wacko/stage1
  33. #   STAGES/nb_stages STAGES/save STAGES/scores STAGES/stage0
  34. #   STAGES/stage1 STAGES/stage10 STAGES/stage11 STAGES/stage12
  35. #   STAGES/stage13 STAGES/stage14 STAGES/stage15 STAGES/stage16
  36. #   STAGES/stage17 STAGES/stage18 STAGES/stage19 STAGES/stage2
  37. #   STAGES/stage20 STAGES/stage21 STAGES/stage22 STAGES/stage23
  38. #   STAGES/stage3 STAGES/stage4 STAGES/stage5 STAGES/stage6
  39. #   STAGES/stage7 STAGES/stage8 STAGES/stage9 icons icons/ball.pr
  40. #   icons/brick_j.pr icons/clear.pr icons/clear0.pr icons/cursor.pr
  41. #   icons/launchNE0.pr icons/launchNW0.pr icons/solid.pr
  42. #   icons/solid0.pr patchlevel.h
  43. # Wrapped by master@sleipner on Sat Mar 13 02:21:00 1993
  44. PATH=/bin:/usr/bin:/usr/ucb ; export PATH
  45. if test -f 'MANIFEST' -a "${1}" != "-c" ; then 
  46.   echo shar: Will not clobber existing file \"'MANIFEST'\"
  47. else
  48. echo shar: Extracting \"'MANIFEST'\" \(3568 characters\)
  49. sed "s/^X//" >'MANIFEST' <<'END_OF_FILE'
  50. X   File Name        Archive #    Description
  51. X-----------------------------------------------------------
  52. X CHANGES                    3    
  53. X FILES                      3    
  54. X Imakefile                  3    
  55. X MANIFEST                   1    
  56. X Makefile.noIm              4    
  57. X RATIONAL.SV                3    
  58. X README                     1    
  59. X README.SV                  1    
  60. X SKELS                      1    
  61. X SKELS/stage.skel           1    
  62. X STAGES                     1    
  63. X STAGES.try                 1    
  64. X STAGES.try/nb_stages       1    
  65. X STAGES.try/save            1    
  66. X STAGES.try/scores          1    
  67. X STAGES.wacko               1    
  68. X STAGES.wacko/nb_stages     1    
  69. X STAGES.wacko/save          1    
  70. X STAGES.wacko/scores        1    
  71. X STAGES.wacko/stage0        1    
  72. X STAGES.wacko/stage1        1    
  73. X STAGES/nb_stages           1    
  74. X STAGES/save                1    
  75. X STAGES/scores              1    
  76. X STAGES/stage0              1    
  77. X STAGES/stage1              1    
  78. X STAGES/stage10             1    
  79. X STAGES/stage11             1    
  80. X STAGES/stage12             1    
  81. X STAGES/stage13             1    
  82. X STAGES/stage14             1    
  83. X STAGES/stage15             1    
  84. X STAGES/stage16             1    
  85. X STAGES/stage17             1    
  86. X STAGES/stage18             1    
  87. X STAGES/stage19             1    
  88. X STAGES/stage2              1    
  89. X STAGES/stage20             1    
  90. X STAGES/stage21             1    
  91. X STAGES/stage22             1    
  92. X STAGES/stage23             1    
  93. X STAGES/stage3              1    
  94. X STAGES/stage4              1    
  95. X STAGES/stage5              1    
  96. X STAGES/stage6              1    
  97. X STAGES/stage7              1    
  98. X STAGES/stage8              1    
  99. X STAGES/stage9              1    
  100. X XBlockbuster.ad            3    
  101. X balls_pallet.c             5    
  102. X bricks.c                   4    
  103. X deflection.c               3    
  104. X icons                      1    
  105. X icons/ball.pr              1    
  106. X icons/blockbuster.icon     3    
  107. X icons/brick_0.pr           2    
  108. X icons/brick_0_alt.pr       2    
  109. X icons/brick_1.pr           2    
  110. X icons/brick_2.pr           2    
  111. X icons/brick_3.pr           2    
  112. X icons/brick_4.pr           2    
  113. X icons/brick_5.pr           2    
  114. X icons/brick_6.pr           2    
  115. X icons/brick_7.pr           2    
  116. X icons/brick_8.pr           2    
  117. X icons/brick_9.pr           2    
  118. X icons/brick_A.pr           2    
  119. X icons/brick_C.pr           2    
  120. X icons/brick_D.pr           2    
  121. X icons/brick_E.pr           2    
  122. X icons/brick_G.pr           2    
  123. X icons/brick_H.pr           2    
  124. X icons/brick_L.pr           2    
  125. X icons/brick_M.pr           2    
  126. X icons/brick_P.pr           2    
  127. X icons/brick_R.pr           2    
  128. X icons/brick_S.pr           2    
  129. X icons/brick_S_alt.pr       2    
  130. X icons/brick_T.pr           2    
  131. X icons/brick_U.pr           2    
  132. X icons/brick_W.pr           2    
  133. X icons/brick_X.pr           2    
  134. X icons/brick_a.pr           2    
  135. X icons/brick_a_alt.pr       2    
  136. X icons/brick_b.pr           2    
  137. X icons/brick_b_alt.pr       2    
  138. X icons/brick_c.pr           2    
  139. X icons/brick_c_alt.pr       2    
  140. X icons/brick_d.pr           2    
  141. X icons/brick_d_alt.pr       2    
  142. X icons/brick_e.pr           2    
  143. X icons/brick_e_alt.pr       2    
  144. X icons/brick_j.pr           1    
  145. X icons/brick_j_alt.pr       3    
  146. X icons/clear.pr             1    
  147. X icons/clear0.pr            1    
  148. X icons/cursor.pr            1    
  149. X icons/launchNE.pr          2    
  150. X icons/launchNE0.pr         1    
  151. X icons/launchNW.pr          2    
  152. X icons/launchNW0.pr         1    
  153. X icons/solid.pr             1    
  154. X icons/solid0.pr            1    
  155. X patchlevel.h               1    
  156. X save.c                     3    
  157. X score.c                    3    
  158. X stage.c                    3    
  159. X stagemm.c                  3    
  160. X stagemm.man                3    
  161. X xblockbuster.c             4    
  162. X xblockbuster.h             3    
  163. X xblockbuster.man           4    
  164. END_OF_FILE
  165. if test 3568 -ne `wc -c <'MANIFEST'`; then
  166.     echo shar: \"'MANIFEST'\" unpacked with wrong size!
  167. fi
  168. # end of 'MANIFEST'
  169. fi
  170. if test -f 'README' -a "${1}" != "-c" ; then 
  171.   echo shar: Will not clobber existing file \"'README'\"
  172. else
  173. echo shar: Extracting \"'README'\" \(2864 characters\)
  174. sed "s/^X//" >'README' <<'END_OF_FILE'
  175. XDESCRIPTION:
  176. X
  177. XXBlockbuster is a variation of the break-out type games, only a bit more
  178. Xcomplex in the type of bricks it has and effects the bricks have.  It should
  179. Xrun on any X11 system (color or black and white).
  180. X
  181. XRESTRICTIONS:
  182. X    This game may be freely copied or distributed as long as no fee
  183. Xis required.  Since the code is a mixture of both the original and my
  184. Xown, I make no claims on it.  However, if you do use it for something
  185. Xelse, credit would by nice.
  186. X
  187. XTO BUILD:
  188. X
  189. X    If you want to use the Imakefile, all that is needed is:
  190. X
  191. X    1) xmkmf
  192. X    2) make
  193. X    3) make install
  194. X
  195. X    If you don't want to use the Imakefile, do the following:
  196. X    1) cp Makefile.noIm Makefile
  197. X    2) Edit the Makefile.  Everything should be fairly well documented.
  198. X           You should make sure that whatever FONT is defined to is available
  199. X       on your system, or the program will not work (use xlsfonts to see
  200. X       what fonts your server provides.)  I believe the default font as
  201. X        distributed (10x20) is part of the X11R5 distribution.
  202. X    3) make
  203. X    4) make install
  204. X
  205. X    XBlockbuster can use the same playground that Blockbuster (the sunview
  206. Xversion) does, if you already have that installed.  Set LIBDIR appropriately
  207. Xto use the same playground.
  208. X
  209. X    I have successfully compiled the source with both cc and gcc on
  210. Xa sun 3/sunos 4.1.1.
  211. X
  212. X    After you have set up the Makefile to your satisfaction, type:
  213. X
  214. X
  215. XFILES (of interest):
  216. X
  217. XCHANGES: changes made from blockbuster to xblockbuster.
  218. X
  219. XRATIONAL.SV, README.SV: Files from the original SunView version that may be
  220. X    of interest to people.
  221. X
  222. XXBlockbuster.ad: X Defaults I use for coloring the bricks.
  223. X    NOTE: xblockbuster will not use these values if they are installed
  224. X    in the standard app-defaults directory.  They MUST be read in
  225. X    by xrdb, either by being in the user .Xdefaults file or by
  226. X    perform xrdb on XBlockbuster.ad file itself.
  227. X
  228. Xicons (directory):  Contains the brick images, as well as a few other.  Brick
  229. X    images with _alt in the name are the alternate images used for color.
  230. X    (See the manual page for more information on coloring the bricks and
  231. X    alternate bricks.)
  232. X
  233. XTODO:
  234. X
  235. X A nice opening screen, showing the bricks (with proper coloring, if 
  236. Xapplicable), along with descriptions of what each brick does.
  237. X
  238. X Fix some of the remaining bugs (most are quite minor, or happen very
  239. Xinfrequently)
  240. X
  241. X Use a setuid mechanism so that the save directory and score files don't
  242. Xneed to be publicly writable.
  243. X
  244. X Make it so the xblockbuster will read in the XBlockbuster.ad file if
  245. Xit is stored in the standard place.
  246. X
  247. X Fix the BUGS as listed in the man page.
  248. X
  249. XNOTES:
  250. X    As far as I know, this should run on pretty much any system that
  251. Xhas X installed.  However, I am limited to only running it on a sun 3/60,
  252. Xso that is all it has been tested under (X11R5).
  253. X
  254. X    I will maintain it and release patches as required. 
  255. X
  256. XMark Wedel
  257. Xmaster@cats.ucsc.edu
  258. XMarch 10, 1993
  259. X
  260. END_OF_FILE
  261. if test 2864 -ne `wc -c <'README'`; then
  262.     echo shar: \"'README'\" unpacked with wrong size!
  263. fi
  264. # end of 'README'
  265. fi
  266. if test -f 'README.SV' -a "${1}" != "-c" ; then 
  267.   echo shar: Will not clobber existing file \"'README.SV'\"
  268. else
  269. echo shar: Extracting \"'README.SV'\" \(1036 characters\)
  270. sed "s/^X//" >'README.SV' <<'END_OF_FILE'
  271. X/*
  272. X * The blockbuster game for Sun running Sunview.
  273. X * Appearance ONLY shamelessly stolen from the real video game,
  274. X * wonderfully written by someone somewhere (I haven't got the foggiest).
  275. X *
  276. X * Move mouse to move pallet and keep the ball on the stage.
  277. X *
  278. X * Stages are built from various building blocks, some of which are based on
  279. X * recollection from analogous blocks in the video game, others, in particular
  280. X * the interesting ones, are new.
  281. X *
  282. X * The stages can be defined from the ascii map codes using any text editor.
  283. X * They must be numbered consecutively from 0 with the total number
  284. X * (i.e., one more than the highest number) available in the file nb_stages.
  285. X *
  286. X * -- Eric Van Gestel (ericvg@cs.kuleuven.ac.be)
  287. X */
  288. X
  289. XListing and selecting alternate playgrounds as per the man page
  290. Xadded by Bill Randle (billr@saab.CNA.TEK.COM) 9 August 1990.
  291. X[The man page described the "play_ground" option, but it wasn't
  292. Ximplemented in the code until now.]
  293. X
  294. XBe sure to edit blockbuster.h and/or Makefile if the directory
  295. Xpathnames change.
  296. END_OF_FILE
  297. if test 1036 -ne `wc -c <'README.SV'`; then
  298.     echo shar: \"'README.SV'\" unpacked with wrong size!
  299. fi
  300. # end of 'README.SV'
  301. fi
  302. if test ! -d 'SKELS' ; then
  303.     echo shar: Creating directory \"'SKELS'\"
  304.     mkdir 'SKELS'
  305. fi
  306. if test -f 'SKELS/stage.skel' -a "${1}" != "-c" ; then 
  307.   echo shar: Will not clobber existing file \"'SKELS/stage.skel'\"
  308. else
  309. echo shar: Extracting \"'SKELS/stage.skel'\" \(623 characters\)
  310. sed "s/^X//" >'SKELS/stage.skel' <<'END_OF_FILE'
  311. XNAME_blancs_replaced_by_underscores
  312. XPALLET_LENGTH PALLET_HEIGHT
  313. X############
  314. X#          #
  315. X#          #
  316. X#          #
  317. X#          #
  318. X#          #
  319. X#          #
  320. X#          #
  321. X#          #
  322. X#          #
  323. X#          #
  324. X#          #
  325. X#          #
  326. X#          #
  327. X#          #
  328. X#          #
  329. X#          #
  330. X#          #
  331. X#          #
  332. X#          #
  333. X#          #
  334. X#          #
  335. X#          #
  336. X#          #
  337. X#          #
  338. X#          #
  339. X#          #
  340. X#          #
  341. X#          #
  342. X#          #
  343. X#          #
  344. X#          #
  345. X#          #
  346. X#          #
  347. X#          #
  348. X#          #
  349. X#          #
  350. X#          #
  351. X#          #
  352. X#          #
  353. X#          #
  354. X#          #
  355. X#          #
  356. END_OF_FILE
  357. if test 623 -ne `wc -c <'SKELS/stage.skel'`; then
  358.     echo shar: \"'SKELS/stage.skel'\" unpacked with wrong size!
  359. fi
  360. # end of 'SKELS/stage.skel'
  361. fi
  362. if test ! -d 'STAGES' ; then
  363.     echo shar: Creating directory \"'STAGES'\"
  364.     mkdir 'STAGES'
  365. fi
  366. if test ! -d 'STAGES.try' ; then
  367.     echo shar: Creating directory \"'STAGES.try'\"
  368.     mkdir 'STAGES.try'
  369. fi
  370. if test -f 'STAGES.try/nb_stages' -a "${1}" != "-c" ; then 
  371.   echo shar: Will not clobber existing file \"'STAGES.try/nb_stages'\"
  372. else
  373. echo shar: Extracting \"'STAGES.try/nb_stages'\" \(2 characters\)
  374. sed "s/^X//" >'STAGES.try/nb_stages' <<'END_OF_FILE'
  375. X1
  376. END_OF_FILE
  377. if test 2 -ne `wc -c <'STAGES.try/nb_stages'`; then
  378.     echo shar: \"'STAGES.try/nb_stages'\" unpacked with wrong size!
  379. fi
  380. # end of 'STAGES.try/nb_stages'
  381. fi
  382. if test ! -d 'STAGES.try/save' ; then
  383.     echo shar: Creating directory \"'STAGES.try/save'\"
  384.     mkdir 'STAGES.try/save'
  385. fi
  386. if test -f 'STAGES.try/scores' -a "${1}" != "-c" ; then 
  387.   echo shar: Will not clobber existing file \"'STAGES.try/scores'\"
  388. else
  389. echo shar: Extracting \"'STAGES.try/scores'\" \(0 characters\)
  390. sed "s/^X//" >'STAGES.try/scores' <<'END_OF_FILE'
  391. END_OF_FILE
  392. if test 0 -ne `wc -c <'STAGES.try/scores'`; then
  393.     echo shar: \"'STAGES.try/scores'\" unpacked with wrong size!
  394. fi
  395. # end of 'STAGES.try/scores'
  396. fi
  397. if test ! -d 'STAGES.wacko' ; then
  398.     echo shar: Creating directory \"'STAGES.wacko'\"
  399.     mkdir 'STAGES.wacko'
  400. fi
  401. if test -f 'STAGES.wacko/nb_stages' -a "${1}" != "-c" ; then 
  402.   echo shar: Will not clobber existing file \"'STAGES.wacko/nb_stages'\"
  403. else
  404. echo shar: Extracting \"'STAGES.wacko/nb_stages'\" \(2 characters\)
  405. sed "s/^X//" >'STAGES.wacko/nb_stages' <<'END_OF_FILE'
  406. X2
  407. END_OF_FILE
  408. if test 2 -ne `wc -c <'STAGES.wacko/nb_stages'`; then
  409.     echo shar: \"'STAGES.wacko/nb_stages'\" unpacked with wrong size!
  410. fi
  411. # end of 'STAGES.wacko/nb_stages'
  412. fi
  413. if test ! -d 'STAGES.wacko/save' ; then
  414.     echo shar: Creating directory \"'STAGES.wacko/save'\"
  415.     mkdir 'STAGES.wacko/save'
  416. fi
  417. if test -f 'STAGES.wacko/scores' -a "${1}" != "-c" ; then 
  418.   echo shar: Will not clobber existing file \"'STAGES.wacko/scores'\"
  419. else
  420. echo shar: Extracting \"'STAGES.wacko/scores'\" \(195 characters\)
  421. sed "s/^X//" >'STAGES.wacko/scores' <<'END_OF_FILE'
  422. X100:0:computer
  423. X100:0:computer
  424. X100:0:computer
  425. X100:0:computer
  426. X100:0:computer
  427. X100:0:computer
  428. X100:0:computer
  429. X100:0:computer
  430. X100:0:computer
  431. X100:0:computer
  432. X100:0:computer
  433. X100:0:computer
  434. X100:0:computer
  435. END_OF_FILE
  436. if test 195 -ne `wc -c <'STAGES.wacko/scores'`; then
  437.     echo shar: \"'STAGES.wacko/scores'\" unpacked with wrong size!
  438. fi
  439. # end of 'STAGES.wacko/scores'
  440. fi
  441. if test -f 'STAGES.wacko/stage0' -a "${1}" != "-c" ; then 
  442.   echo shar: Will not clobber existing file \"'STAGES.wacko/stage0'\"
  443. else
  444. echo shar: Extracting \"'STAGES.wacko/stage0'\" \(577 characters\)
  445. sed "s/^X//" >'STAGES.wacko/stage0' <<'END_OF_FILE'
  446. XCockatrice
  447. X70 320
  448. X##%A####A%##
  449. X#   CXXC   #
  450. X#WR  UU  RW#
  451. X#a W LL W a#
  452. X#   R  R   #
  453. X#bcd WW dcb#
  454. X# R  HH  R #
  455. X#  #IIII#  #
  456. X#R   WW   R#
  457. X# I#I  I#I #
  458. X# #M#  #M# #
  459. X# I  RR  I #
  460. X#L R    R L#
  461. X#I U UU U I#
  462. X##%#%##%#%##
  463. X#III 33 III#
  464. X#II      II#
  465. X#III dD III#
  466. X#II      II#
  467. X#III Dc III#
  468. X#II      II#
  469. X#III bD III#
  470. X#II      II#
  471. X#III Da III#
  472. X#II      II#
  473. X#    aa    #
  474. X#1234MM4321#
  475. X#    aa    #
  476. X#          #
  477. X#AA      AA#
  478. X#S#S ## S#S#
  479. X#          #
  480. X#          #
  481. X#   ^  /   #
  482. X#          #
  483. X#          #
  484. X#          #
  485. X#          #
  486. X#          #
  487. X#          #
  488. X#          #
  489. X#          #
  490. X##  A  A  ##
  491. END_OF_FILE
  492. if test 577 -ne `wc -c <'STAGES.wacko/stage0'`; then
  493.     echo shar: \"'STAGES.wacko/stage0'\" unpacked with wrong size!
  494. fi
  495. # end of 'STAGES.wacko/stage0'
  496. fi
  497. if test -f 'STAGES.wacko/stage1' -a "${1}" != "-c" ; then 
  498.   echo shar: Will not clobber existing file \"'STAGES.wacko/stage1'\"
  499. else
  500. echo shar: Extracting \"'STAGES.wacko/stage1'\" \(577 characters\)
  501. sed "s/^X//" >'STAGES.wacko/stage1' <<'END_OF_FILE'
  502. XLeprechaun
  503. X99 600
  504. X############
  505. X#c11111111c#
  506. X#          #
  507. X#UUUaUUaUUU#
  508. X#UMUUCCUUMU#
  509. X#UUUUUUUUUU#
  510. X#UUUMUUMUUU#
  511. X#U2UUUUUU2U#
  512. X#UUGUMMULUU#
  513. X#U2UUUUUU2U#
  514. X#UUUMUUMUUU#
  515. X#UUUUUUUUUU#
  516. X#UMUUSSUUMU#
  517. X#UUUUUUUUUU#
  518. X#DUUMUUMUUD#
  519. X#U3UUUUUU3U#
  520. X#UULUMMUGUU#
  521. X#U3UUUUUU3U#
  522. X#UUUMUUMUUU#
  523. X#UUUUSSUUUU#
  524. X#UMU2UU2UMU#
  525. X#UUU%UU%UUU#
  526. X#1111111111#
  527. X#          #
  528. X#          #
  529. X#          #
  530. X#          #
  531. X#          #
  532. X#          #
  533. X#          #
  534. X#          #
  535. X#          #
  536. X#          #
  537. X#          #
  538. X#          #
  539. X#          #
  540. X#          #
  541. X#          #
  542. X#          #
  543. X#          #
  544. X#          #
  545. X#          #
  546. X#          \
  547. END_OF_FILE
  548. if test 577 -ne `wc -c <'STAGES.wacko/stage1'`; then
  549.     echo shar: \"'STAGES.wacko/stage1'\" unpacked with wrong size!
  550. fi
  551. # end of 'STAGES.wacko/stage1'
  552. fi
  553. if test -f 'STAGES/nb_stages' -a "${1}" != "-c" ; then 
  554.   echo shar: Will not clobber existing file \"'STAGES/nb_stages'\"
  555. else
  556. echo shar: Extracting \"'STAGES/nb_stages'\" \(3 characters\)
  557. sed "s/^X//" >'STAGES/nb_stages' <<'END_OF_FILE'
  558. X24
  559. END_OF_FILE
  560. if test 3 -ne `wc -c <'STAGES/nb_stages'`; then
  561.     echo shar: \"'STAGES/nb_stages'\" unpacked with wrong size!
  562. fi
  563. # end of 'STAGES/nb_stages'
  564. fi
  565. if test ! -d 'STAGES/save' ; then
  566.     echo shar: Creating directory \"'STAGES/save'\"
  567.     mkdir 'STAGES/save'
  568. fi
  569. if test -f 'STAGES/scores' -a "${1}" != "-c" ; then 
  570.   echo shar: Will not clobber existing file \"'STAGES/scores'\"
  571. else
  572. echo shar: Extracting \"'STAGES/scores'\" \(180 characters\)
  573. sed "s/^X//" >'STAGES/scores' <<'END_OF_FILE'
  574. X100:0:computer
  575. X100:0:computer
  576. X100:0:computer
  577. X100:0:computer
  578. X100:0:computer
  579. X100:0:computer
  580. X100:0:computer
  581. X100:0:computer
  582. X100:0:computer
  583. X100:0:computer
  584. X100:0:computer
  585. X100:0:computer
  586. END_OF_FILE
  587. if test 180 -ne `wc -c <'STAGES/scores'`; then
  588.     echo shar: \"'STAGES/scores'\" unpacked with wrong size!
  589. fi
  590. # end of 'STAGES/scores'
  591. fi
  592. if test -f 'STAGES/stage0' -a "${1}" != "-c" ; then 
  593.   echo shar: Will not clobber existing file \"'STAGES/stage0'\"
  594. else
  595. echo shar: Extracting \"'STAGES/stage0'\" \(572 characters\)
  596. sed "s/^X//" >'STAGES/stage0' <<'END_OF_FILE'
  597. XZebra
  598. X50 400
  599. X############
  600. X#IIIIIIIIII#
  601. X#IIIIIIIIII#
  602. X#IIIIIIIIII#
  603. X#          #
  604. X#2222222222#
  605. X#1M111111M1#
  606. X#1111111111#
  607. X#          #
  608. X#2222222222#
  609. X#1111111111#
  610. X#1111111111#
  611. X#          #
  612. X#2222222222#
  613. X#1111111111#
  614. X#1111LL1111#
  615. X#          #
  616. X#2222222222#
  617. X#1111111111#
  618. X#1111SS1111#
  619. X#          #
  620. X#2222222222#
  621. X#1111111111#
  622. X#1111111111#
  623. X#          #
  624. X#2222222222#
  625. X#1111111111#
  626. X#1111LL1111#
  627. X#          #
  628. X#4447777444#
  629. X#1111111111#
  630. X#1111111111#
  631. X#          #
  632. X#1111111111#
  633. X#1111111111#
  634. X#1111111111#
  635. X#          #
  636. X#1111111111#
  637. X#1111111111#
  638. X#1111111111#
  639. X#          #
  640. X#          #
  641. X/2222222222#
  642. END_OF_FILE
  643. if test 572 -ne `wc -c <'STAGES/stage0'`; then
  644.     echo shar: \"'STAGES/stage0'\" unpacked with wrong size!
  645. fi
  646. # end of 'STAGES/stage0'
  647. fi
  648. if test -f 'STAGES/stage1' -a "${1}" != "-c" ; then 
  649.   echo shar: Will not clobber existing file \"'STAGES/stage1'\"
  650. else
  651. echo shar: Extracting \"'STAGES/stage1'\" \(571 characters\)
  652. sed "s/^X//" >'STAGES/stage1' <<'END_OF_FILE'
  653. XSnail
  654. X30 90
  655. X############
  656. X#b11111111b#
  657. X#1111111111#
  658. X#1111111111#
  659. X#2222222222#
  660. X#          #
  661. X# 22222222 #
  662. X# 11111111 #
  663. X# 11177111 #
  664. X# 11111111 #
  665. X# 11111111 #
  666. X#          #
  667. X#          #
  668. X#          #
  669. X#          #
  670. X#          #
  671. X#          #
  672. X#          #
  673. X#          #
  674. X#0        0#
  675. X# 0      0 #
  676. X#          #
  677. X#          #
  678. X#          #
  679. X#          #
  680. X#          #
  681. X#          #
  682. X#          #
  683. X#          #
  684. X#          #
  685. X#          #
  686. X#          #
  687. X#          #
  688. X#          #
  689. X#          #
  690. X#          #
  691. X#          #
  692. X#          #
  693. X#          #
  694. X#          #
  695. X#          #
  696. X#          #
  697. X###      /##
  698. END_OF_FILE
  699. if test 571 -ne `wc -c <'STAGES/stage1'`; then
  700.     echo shar: \"'STAGES/stage1'\" unpacked with wrong size!
  701. fi
  702. # end of 'STAGES/stage1'
  703. fi
  704. if test -f 'STAGES/stage10' -a "${1}" != "-c" ; then 
  705.   echo shar: Will not clobber existing file \"'STAGES/stage10'\"
  706. else
  707. echo shar: Extracting \"'STAGES/stage10'\" \(571 characters\)
  708. sed "s/^X//" >'STAGES/stage10' <<'END_OF_FILE'
  709. XWolf
  710. X30 700
  711. X############
  712. X#  C    C  #
  713. X# 12 00 21 #
  714. X# 13 00 31 #
  715. X# 14 DU 41 #
  716. X# 13 00 31 #
  717. X# 12 SS 21 #
  718. X#          #
  719. X# 12 11 21 #
  720. X# 12IIII21 #
  721. X# 12 WW 21 #
  722. X# 12 55 21 #
  723. X# 12IIII21 #
  724. X# 12 11 21 #
  725. X#          #
  726. X#          #
  727. X#          #
  728. X#          #
  729. X#          #
  730. X#          #
  731. X#          #
  732. X#          #
  733. X#          #
  734. X#          #
  735. X#          #
  736. X#          #
  737. X#          #
  738. X#          #
  739. X#          #
  740. X#          #
  741. X#          #
  742. X#          #
  743. X#          #
  744. X#          #
  745. X#          #
  746. X#          #
  747. X#          #
  748. X#          #
  749. X#          #
  750. X#          #
  751. X#          #
  752. X#          #
  753. X/          #
  754. END_OF_FILE
  755. if test 571 -ne `wc -c <'STAGES/stage10'`; then
  756.     echo shar: \"'STAGES/stage10'\" unpacked with wrong size!
  757. fi
  758. # end of 'STAGES/stage10'
  759. fi
  760. if test -f 'STAGES/stage11' -a "${1}" != "-c" ; then 
  761.   echo shar: Will not clobber existing file \"'STAGES/stage11'\"
  762. else
  763. echo shar: Extracting \"'STAGES/stage11'\" \(572 characters\)
  764. sed "s/^X//" >'STAGES/stage11' <<'END_OF_FILE'
  765. XLizard
  766. X16 30
  767. X############
  768. X#          #
  769. X#    II    #
  770. X#3        3#
  771. X#          #
  772. X#    PP    #
  773. X#   R  R   #
  774. X#          #
  775. X#          #
  776. X#          #
  777. X#          #
  778. X#   WWWW   #
  779. X#  DDDDDD  #
  780. X#          #
  781. X#          #
  782. X#          #
  783. X#          #
  784. X#          #
  785. X#          #
  786. X#          #
  787. X#          #
  788. X#          #
  789. X#    #     #
  790. X# # #  # # #
  791. X#     \    #
  792. X#          #
  793. X#          #
  794. X#          #
  795. X#          #
  796. X#          #
  797. X#          #
  798. X#          #
  799. X#          #
  800. X#          #
  801. X#          #
  802. X#          #
  803. X#          #
  804. X#          #
  805. X#          #
  806. X#          #
  807. X#          #
  808. X#          #
  809. X#          #
  810. END_OF_FILE
  811. if test 572 -ne `wc -c <'STAGES/stage11'`; then
  812.     echo shar: \"'STAGES/stage11'\" unpacked with wrong size!
  813. fi
  814. # end of 'STAGES/stage11'
  815. fi
  816. if test -f 'STAGES/stage12' -a "${1}" != "-c" ; then 
  817.   echo shar: Will not clobber existing file \"'STAGES/stage12'\"
  818. else
  819. echo shar: Extracting \"'STAGES/stage12'\" \(577 characters\)
  820. sed "s/^X//" >'STAGES/stage12' <<'END_OF_FILE'
  821. XBlack_Hole
  822. X60 800
  823. X############
  824. X#          #
  825. X#IIIIIIIIII#
  826. X#    GU    #
  827. X#IIIIIIIIII#
  828. X#ES      SE#
  829. X#S        S#
  830. X#          #
  831. X#2222222222#
  832. X# I IIII I #
  833. X#2222442222#
  834. X#          #
  835. X#          #
  836. X#          #
  837. X#          #
  838. X#          #
  839. X#          #
  840. X#          #
  841. X#          #
  842. X#          #
  843. X#          #
  844. X#          #
  845. X#          #
  846. X#          #
  847. X#          #
  848. X#          #
  849. X#          #
  850. X#          #
  851. X#          #
  852. X#          #
  853. X#          #
  854. X#          #
  855. X#          #
  856. X#          #
  857. X#          #
  858. X#          #
  859. X#          #
  860. X#          #
  861. X#          #
  862. X#          #
  863. X#          #
  864. X#          #
  865. X#    /#    #
  866. END_OF_FILE
  867. if test 577 -ne `wc -c <'STAGES/stage12'`; then
  868.     echo shar: \"'STAGES/stage12'\" unpacked with wrong size!
  869. fi
  870. # end of 'STAGES/stage12'
  871. fi
  872. if test -f 'STAGES/stage13' -a "${1}" != "-c" ; then 
  873.   echo shar: Will not clobber existing file \"'STAGES/stage13'\"
  874. else
  875. echo shar: Extracting \"'STAGES/stage13'\" \(572 characters\)
  876. sed "s/^X//" >'STAGES/stage13' <<'END_OF_FILE'
  877. XViper
  878. X40 280
  879. X############
  880. X# L  GU  L #
  881. X#d  D  D  d#
  882. X#    XH    #
  883. X#66 9999 66#
  884. X# 6      6 #
  885. X#  RR  RR  #
  886. X#RR      RR#
  887. X#    SS    #
  888. X#RRRR00RRRR#
  889. X# I  SS  I #
  890. X# I      I #
  891. X# I      I #
  892. X# I  RR  I #
  893. X# I      I #
  894. X# I      I #
  895. X# I      I #
  896. X# I      I #
  897. X# I      I #
  898. X# 0      0 #
  899. X#          #
  900. X#    %%    #
  901. X##        ##
  902. X#          #
  903. X#          #
  904. X#          #
  905. X#          #
  906. X#          #
  907. X# R R  R R #
  908. X#R R RR R R#
  909. X# R R  R R #
  910. X#          #
  911. X#          #
  912. X#          #
  913. X#          #
  914. X#          #
  915. X#          #
  916. X#          #
  917. X#          #
  918. X#          #
  919. X#          #
  920. X#          #
  921. X#  ##aa##  \
  922. END_OF_FILE
  923. if test 572 -ne `wc -c <'STAGES/stage13'`; then
  924.     echo shar: \"'STAGES/stage13'\" unpacked with wrong size!
  925. fi
  926. # end of 'STAGES/stage13'
  927. fi
  928. if test -f 'STAGES/stage14' -a "${1}" != "-c" ; then 
  929.   echo shar: Will not clobber existing file \"'STAGES/stage14'\"
  930. else
  931. echo shar: Extracting \"'STAGES/stage14'\" \(592 characters\)
  932. sed "s/^X//" >'STAGES/stage14' <<'END_OF_FILE'
  933. XHippopotamus
  934. X20 200
  935. X############
  936. X#          #
  937. X# 000^#000 #
  938. X# %      % #
  939. X# 0 2222 0 #
  940. X# 0 2  2 0 #
  941. X# 0 2 R2 0 #
  942. X# 0 2R 2 0 #
  943. X# % 2 R2 % #
  944. X# 0 2WW2 0 #
  945. X# j 2 A2 j #
  946. X# 0 2WW2 0 #
  947. X# % 2R 2 % #
  948. X# 0 2 R2 0 #
  949. X# 0 2R 2 0 #
  950. X# 0 2  2 0 #
  951. X# 0 2222 0 #
  952. X# %      % #
  953. X# 00000000 #
  954. X#          #
  955. X#          #
  956. X#          #
  957. X#          #
  958. X#          #
  959. X#   \SS#   #
  960. X#   0TD0   #
  961. X#   0DA0   #
  962. X#   #SS#   #
  963. X#          #
  964. X#          #
  965. X#          #
  966. X#          #
  967. X#          #
  968. X#          #
  969. X#          #
  970. X#          #
  971. X#          #
  972. X#          #
  973. X#          #
  974. X#          #
  975. X#          #
  976. X#          #
  977. X#          #
  978. X###      ###
  979. END_OF_FILE
  980. if test 592 -ne `wc -c <'STAGES/stage14'`; then
  981.     echo shar: \"'STAGES/stage14'\" unpacked with wrong size!
  982. fi
  983. # end of 'STAGES/stage14'
  984. fi
  985. if test -f 'STAGES/stage15' -a "${1}" != "-c" ; then 
  986.   echo shar: Will not clobber existing file \"'STAGES/stage15'\"
  987. else
  988. echo shar: Extracting \"'STAGES/stage15'\" \(573 characters\)
  989. sed "s/^X//" >'STAGES/stage15' <<'END_OF_FILE'
  990. XDiamond
  991. X40 70
  992. X############
  993. X##S  33  S##
  994. X#S  3113  S#
  995. X#   3113   #
  996. X#  311113  #
  997. X#  311113  #
  998. X# 31111113 #
  999. X# 31111113 #
  1000. X#3111UU1113#
  1001. X#3111DL1113#
  1002. X# 31111113 #
  1003. X# 31111113 #
  1004. X#  311113  #
  1005. X#  311113  #
  1006. X#   3113   #
  1007. X#S  3113  S#
  1008. X# S  33  S #
  1009. X#          \
  1010. X#          #
  1011. X#          #
  1012. X#          #
  1013. X#          #
  1014. X#          #
  1015. X#          #
  1016. X#          #
  1017. X#          #
  1018. X#          #
  1019. X#          #
  1020. X#          #
  1021. X#          #
  1022. X#          #
  1023. X#          #
  1024. X#          #
  1025. X#          #
  1026. X#          #
  1027. X#          #
  1028. X#          #
  1029. X#          #
  1030. X#          #
  1031. X#          #
  1032. X#          #
  1033. X#          #
  1034. X##        ##
  1035. END_OF_FILE
  1036. if test 573 -ne `wc -c <'STAGES/stage15'`; then
  1037.     echo shar: \"'STAGES/stage15'\" unpacked with wrong size!
  1038. fi
  1039. # end of 'STAGES/stage15'
  1040. fi
  1041. if test -f 'STAGES/stage16' -a "${1}" != "-c" ; then 
  1042.   echo shar: Will not clobber existing file \"'STAGES/stage16'\"
  1043. else
  1044. echo shar: Extracting \"'STAGES/stage16'\" \(573 characters\)
  1045. sed "s/^X//" >'STAGES/stage16' <<'END_OF_FILE'
  1046. XTurtle
  1047. X40 120
  1048. X###A####A###
  1049. X#baUeaaeUab#
  1050. X#R   SS   R#
  1051. X# bcd  dcb #
  1052. X#%########%#
  1053. X# 11111111 #
  1054. X# 22222222 #
  1055. X# 11111111 #
  1056. X#          #
  1057. X# 11111111 #
  1058. X#5332222335#
  1059. X# 11111111 #
  1060. X#          #
  1061. X# 11111111 #
  1062. X# 22D22D22 #
  1063. X# 11111111 #
  1064. X#          #
  1065. X# 11111111 #
  1066. X#I22222222I#
  1067. X# 11111111 #
  1068. X#          #
  1069. X#          #
  1070. X#    /^    #
  1071. X#          #
  1072. X#          #
  1073. X#          #
  1074. X#          #
  1075. X#          #
  1076. X#          #
  1077. X#          #
  1078. X#          #
  1079. X#          #
  1080. X#          #
  1081. X#          #
  1082. X#          #
  1083. X#          #
  1084. X#          #
  1085. X#          #
  1086. X#          #
  1087. X#          #
  1088. X#          #
  1089. X#          #
  1090. X#          #
  1091. END_OF_FILE
  1092. if test 573 -ne `wc -c <'STAGES/stage16'`; then
  1093.     echo shar: \"'STAGES/stage16'\" unpacked with wrong size!
  1094. fi
  1095. # end of 'STAGES/stage16'
  1096. fi
  1097. if test -f 'STAGES/stage17' -a "${1}" != "-c" ; then 
  1098.   echo shar: Will not clobber existing file \"'STAGES/stage17'\"
  1099. else
  1100. echo shar: Extracting \"'STAGES/stage17'\" \(572 characters\)
  1101. sed "s/^X//" >'STAGES/stage17' <<'END_OF_FILE'
  1102. XCobra
  1103. X60 300
  1104. X############
  1105. X#d11111111d#
  1106. X#11 1CM1 11#
  1107. X#11 1111 11#
  1108. X#1#      #1#
  1109. X#111 11 111#
  1110. X#U11 11 11U#
  1111. X#111 11 111#
  1112. X#1R      R1#
  1113. X#11 1111 11#
  1114. X#11 1111 11#
  1115. X#11 1111 11#
  1116. X#A1      1A#
  1117. X#111 11 111#
  1118. X#H11 11 11H#
  1119. X#111 11 111#
  1120. X#1R      R1#
  1121. X#1111111111#
  1122. X#1111441111#
  1123. X#1114114111#
  1124. X#S11111111S#
  1125. X#011    110#
  1126. X#D11 ^# 11D#
  1127. X#011    110#
  1128. X#S11111111S#
  1129. X#1114114111#
  1130. X#1111441111#
  1131. X#1111111111#
  1132. X#1R      R1#
  1133. X#111 11 111#
  1134. X#111 11 111#
  1135. X#111 11 111#
  1136. X##1      1##
  1137. X#S11111111S#
  1138. X#          #
  1139. X#          #
  1140. X#          #
  1141. X#          #
  1142. X#          #
  1143. X#          #
  1144. X#          #
  1145. X#          #
  1146. X#          \
  1147. END_OF_FILE
  1148. if test 572 -ne `wc -c <'STAGES/stage17'`; then
  1149.     echo shar: \"'STAGES/stage17'\" unpacked with wrong size!
  1150. fi
  1151. # end of 'STAGES/stage17'
  1152. fi
  1153. if test -f 'STAGES/stage18' -a "${1}" != "-c" ; then 
  1154.   echo shar: Will not clobber existing file \"'STAGES/stage18'\"
  1155. else
  1156. echo shar: Extracting \"'STAGES/stage18'\" \(576 characters\)
  1157. sed "s/^X//" >'STAGES/stage18' <<'END_OF_FILE'
  1158. XButterfly
  1159. X30 100
  1160. X#####AA#####
  1161. X#          #
  1162. X# 0 #11# 0 #
  1163. X#2# #  # #2#
  1164. X# # #11# # #
  1165. X# # #11# # #
  1166. X#2  #  #  2#
  1167. X# # #11# # #
  1168. X# # #11# # #
  1169. X#2# #  # #2#
  1170. X#   #11#   #
  1171. X# S #11# S #
  1172. X#2D #  # D2#
  1173. X# S #11# S #
  1174. X#   #11#   #
  1175. X#2# #  # #2#
  1176. X# # #11# # #
  1177. X# # #11# # #
  1178. X#2  #  #  2#
  1179. X# 0 #jj# 0 #
  1180. X# # #EU# # #
  1181. X# #5#II#5# #
  1182. X#   #^##   #
  1183. X#          #
  1184. X#          #
  1185. X#          #
  1186. X#          #
  1187. X#          #
  1188. X#          #
  1189. X#          #
  1190. X#          #
  1191. X#          #
  1192. X#          #
  1193. X#          #
  1194. X#          #
  1195. X#          #
  1196. X#          #
  1197. X#          #
  1198. X#          #
  1199. X#          #
  1200. X            
  1201. X#          #
  1202. X###  ##  ##\
  1203. END_OF_FILE
  1204. if test 576 -ne `wc -c <'STAGES/stage18'`; then
  1205.     echo shar: \"'STAGES/stage18'\" unpacked with wrong size!
  1206. fi
  1207. # end of 'STAGES/stage18'
  1208. fi
  1209. if test -f 'STAGES/stage19' -a "${1}" != "-c" ; then 
  1210.   echo shar: Will not clobber existing file \"'STAGES/stage19'\"
  1211. else
  1212. echo shar: Extracting \"'STAGES/stage19'\" \(572 characters\)
  1213. sed "s/^X//" >'STAGES/stage19' <<'END_OF_FILE'
  1214. XSpider
  1215. X90 90
  1216. X############
  1217. X#G  IIII  U#
  1218. X# R  II  R #
  1219. X#  R    R  #
  1220. X#   R  R   #
  1221. X#d   RR   d#
  1222. X#          #
  1223. X#          #
  1224. X#    LL    #
  1225. X#2222222222#
  1226. X#2222222222#
  1227. X# 4 4  4 4 #
  1228. X#2222222222#
  1229. X#2222222222#
  1230. X#    aa    #
  1231. X# 88 SS 88 #
  1232. X#    LL    #
  1233. X#2222222222#
  1234. X#2222222222#
  1235. X#          #
  1236. X# RR    RR #
  1237. X#   R  R   #
  1238. X#    SS    #
  1239. X#   R  R   #
  1240. X# WW 66 WW #
  1241. X#          #
  1242. X#          #
  1243. X#          #
  1244. X#          #
  1245. X#          #
  1246. X#          #
  1247. X#          #
  1248. X#          #
  1249. X#          #
  1250. X#          #
  1251. X#          #
  1252. X#          #
  1253. X#          #
  1254. X#          #
  1255. X#          #
  1256. X#          #
  1257. X            
  1258. X ##      \# 
  1259. END_OF_FILE
  1260. if test 572 -ne `wc -c <'STAGES/stage19'`; then
  1261.     echo shar: \"'STAGES/stage19'\" unpacked with wrong size!
  1262. fi
  1263. # end of 'STAGES/stage19'
  1264. fi
  1265. if test -f 'STAGES/stage2' -a "${1}" != "-c" ; then 
  1266.   echo shar: Will not clobber existing file \"'STAGES/stage2'\"
  1267. else
  1268. echo shar: Extracting \"'STAGES/stage2'\" \(579 characters\)
  1269. sed "s/^X//" >'STAGES/stage2' <<'END_OF_FILE'
  1270. XSwiss_Cheese
  1271. X40 400
  1272. X##e###P##e##
  1273. X#1111111111#
  1274. X#L11111111L#
  1275. X#1111111111#
  1276. X#222E22U222#
  1277. X#          #
  1278. X#2222222222#
  1279. X#1111111111#
  1280. X#1111111111#
  1281. X#1111111111#
  1282. X#1111111111#
  1283. X#          #
  1284. X#          #
  1285. X#          #
  1286. X#          #
  1287. X#A        ^#
  1288. X#5432112345#
  1289. X#          #
  1290. X#          #
  1291. X#          #
  1292. X#          #
  1293. X#          #
  1294. X#          #
  1295. X#          #
  1296. X#          #
  1297. X#          #
  1298. X#          #
  1299. X#          #
  1300. X#          #
  1301. X#          #
  1302. X#          #
  1303. X#          #
  1304. X#          #
  1305. X#          #
  1306. X#          #
  1307. X#          #
  1308. X#          #
  1309. X#          #
  1310. X#          #
  1311. X#          #
  1312. X#          #
  1313. X#          #
  1314. X/##      ###
  1315. END_OF_FILE
  1316. if test 579 -ne `wc -c <'STAGES/stage2'`; then
  1317.     echo shar: \"'STAGES/stage2'\" unpacked with wrong size!
  1318. fi
  1319. # end of 'STAGES/stage2'
  1320. fi
  1321. if test -f 'STAGES/stage20' -a "${1}" != "-c" ; then 
  1322.   echo shar: Will not clobber existing file \"'STAGES/stage20'\"
  1323. else
  1324. echo shar: Extracting \"'STAGES/stage20'\" \(574 characters\)
  1325. sed "s/^X//" >'STAGES/stage20' <<'END_OF_FILE'
  1326. XGrizzly
  1327. X99 999
  1328. X############
  1329. X#  II  II  #
  1330. X#          #
  1331. X# jedccdej #
  1332. X# eaabbaae #
  1333. X# daL11Gad #
  1334. X# caA11Aac #
  1335. X# baaaaaab #
  1336. X# abc11cba #
  1337. X#          #
  1338. X#          #
  1339. X#R        R#
  1340. X# #      # #
  1341. X#   %  %   #
  1342. X#          #
  1343. X#          #
  1344. X#          #
  1345. X#          #
  1346. X#          #
  1347. X#          #
  1348. X#    ^\    #
  1349. X#   S  S   #
  1350. X#          #
  1351. X#          #
  1352. X#          #
  1353. X#          #
  1354. X#          #
  1355. X#          #
  1356. X#          #
  1357. X#          #
  1358. X#          #
  1359. X#          #
  1360. X#          #
  1361. X#          #
  1362. X#          #
  1363. X#          #
  1364. X#          #
  1365. X#          #
  1366. X#          #
  1367. X#          #
  1368. X#          #
  1369. X#          #
  1370. X#          #
  1371. END_OF_FILE
  1372. if test 574 -ne `wc -c <'STAGES/stage20'`; then
  1373.     echo shar: \"'STAGES/stage20'\" unpacked with wrong size!
  1374. fi
  1375. # end of 'STAGES/stage20'
  1376. fi
  1377. if test -f 'STAGES/stage21' -a "${1}" != "-c" ; then 
  1378.   echo shar: Will not clobber existing file \"'STAGES/stage21'\"
  1379. else
  1380. echo shar: Extracting \"'STAGES/stage21'\" \(574 characters\)
  1381. sed "s/^X//" >'STAGES/stage21' <<'END_OF_FILE'
  1382. XTermite
  1383. X32 280
  1384. X############
  1385. X#AIIICXIIIA#
  1386. X#I#       I#
  1387. X#  1  1  1 #
  1388. X#T  S   S  #
  1389. X#  S MDS   #
  1390. X#1   %    1#
  1391. X# %  M%   R#
  1392. X#    S   % #
  1393. X#   1  1   #
  1394. X# %   S  D #
  1395. X#R D %   % #
  1396. X#1   T%   1#
  1397. X#   S   S  #
  1398. X#  S  1S   #
  1399. X#1   #   #1#
  1400. X# #   #    #
  1401. X#c  b  b  c#
  1402. X#          #
  1403. X#          #
  1404. X#  %    %  #
  1405. X#          #
  1406. X#R   %%   R#
  1407. X#          #
  1408. X#  ^    #  #
  1409. X#          #
  1410. X#          #
  1411. X#          #
  1412. X#          #
  1413. X#          #
  1414. X#          #
  1415. X#          #
  1416. X#          #
  1417. X#          #
  1418. X#          #
  1419. X#          #
  1420. X            
  1421. X            
  1422. X#          #
  1423. X#          #
  1424. X    #  #    
  1425. X            
  1426. X#    ##    \
  1427. END_OF_FILE
  1428. if test 574 -ne `wc -c <'STAGES/stage21'`; then
  1429.     echo shar: \"'STAGES/stage21'\" unpacked with wrong size!
  1430. fi
  1431. # end of 'STAGES/stage21'
  1432. fi
  1433. if test -f 'STAGES/stage22' -a "${1}" != "-c" ; then 
  1434.   echo shar: Will not clobber existing file \"'STAGES/stage22'\"
  1435. else
  1436. echo shar: Extracting \"'STAGES/stage22'\" \(574 characters\)
  1437. sed "s/^X//" >'STAGES/stage22' <<'END_OF_FILE'
  1438. XGiraffe
  1439. X45 350
  1440. X#####AA#####
  1441. X#II I11I II#
  1442. X# II II II #
  1443. X# ## %% ## #
  1444. X# 3  ee  3 #
  1445. X#    ##    #
  1446. X# 2  #S  2 #
  1447. X#    ##    #
  1448. X# 1  S#  1 #
  1449. X#    ##    #
  1450. X# T  #S  T #
  1451. X#    ##    #
  1452. X# 1  S#  1 #
  1453. X#    ##    #
  1454. X# 2  #S  2 #
  1455. X#    ##    #
  1456. X# 3  S#  3 #
  1457. X#    ##    #
  1458. X# R  ^#  R #
  1459. X#          #
  1460. X#    33    #
  1461. X# 2      2 #
  1462. X#  2    2  #
  1463. X#   2  2   #
  1464. X#3   22   3#
  1465. X#   2  2   #
  1466. X#  2    2  #
  1467. X# 2      2 #
  1468. X#    33    #
  1469. X#  a    a  #
  1470. X#0MMMMMMMM0#
  1471. X#          #
  1472. X#          \
  1473. X#          #
  1474. X#          #
  1475. X#          #
  1476. X#          #
  1477. X#          #
  1478. X#          #
  1479. X#          #
  1480. X#          #
  1481. X#          #
  1482. X#a a cc a a#
  1483. END_OF_FILE
  1484. if test 574 -ne `wc -c <'STAGES/stage22'`; then
  1485.     echo shar: \"'STAGES/stage22'\" unpacked with wrong size!
  1486. fi
  1487. # end of 'STAGES/stage22'
  1488. fi
  1489. if test -f 'STAGES/stage23' -a "${1}" != "-c" ; then 
  1490.   echo shar: Will not clobber existing file \"'STAGES/stage23'\"
  1491. else
  1492. echo shar: Extracting \"'STAGES/stage23'\" \(571 characters\)
  1493. sed "s/^X//" >'STAGES/stage23' <<'END_OF_FILE'
  1494. XSwan
  1495. X70 300
  1496. X#SSSSSSSSSS#
  1497. X#IIIIIIIIII#
  1498. X#IIIIIIIIII#
  1499. X#II c  c II#
  1500. X#IIc    cII#
  1501. X#II      II#
  1502. X#II  55  II#
  1503. X#II      II#
  1504. X#II      II#
  1505. X#II  ^\  II#
  1506. X#II      II#
  1507. X#II      II#
  1508. X#II      II#
  1509. X#II      II#
  1510. X#I        I#
  1511. X# 9 M  M 9 #
  1512. X#9 M    M 9#
  1513. X# M      M #
  1514. X#C        C#
  1515. X#  1    1  #
  1516. X#          #
  1517. X#  1    1  #
  1518. X#          #
  1519. X#  1    1  #
  1520. X#W   aa   W#
  1521. X#A 1 DL 1 A#
  1522. X#    aa    #
  1523. X#  1    1  #
  1524. X#          #
  1525. X#  1    1  #
  1526. X#          #
  1527. X#  1    1  #
  1528. X#          #
  1529. X#  1    1  #
  1530. X#          #
  1531. X#  1    1  #
  1532. X#          #
  1533. X#  1    1  #
  1534. X#          #
  1535. X#  1    1  #
  1536. X#    11    #
  1537. X#   2222   #
  1538. X#1e2H33X2e1#
  1539. END_OF_FILE
  1540. if test 571 -ne `wc -c <'STAGES/stage23'`; then
  1541.     echo shar: \"'STAGES/stage23'\" unpacked with wrong size!
  1542. fi
  1543. # end of 'STAGES/stage23'
  1544. fi
  1545. if test -f 'STAGES/stage3' -a "${1}" != "-c" ; then 
  1546.   echo shar: Will not clobber existing file \"'STAGES/stage3'\"
  1547. else
  1548. echo shar: Extracting \"'STAGES/stage3'\" \(571 characters\)
  1549. sed "s/^X//" >'STAGES/stage3' <<'END_OF_FILE'
  1550. XWasp
  1551. X40 200
  1552. X############
  1553. X#C11111111C#
  1554. X# 11111111 #
  1555. X# 1SU9DUS1 #
  1556. X# 222LL222 #
  1557. X#          #
  1558. X# 22222222 #
  1559. X# 11111111 #
  1560. X# 11111111 #
  1561. X# 111^9111 #
  1562. X# 11111111 #
  1563. X#          #
  1564. X#          #
  1565. X#A        A#
  1566. X#          #
  1567. X#          #
  1568. X#          #
  1569. X#          #
  1570. X#          #
  1571. X/A        A#
  1572. X#          #
  1573. X#   WWWW   #
  1574. X#          #
  1575. X#          #
  1576. X#          #
  1577. X#          #
  1578. X#          #
  1579. X#          #
  1580. X#          #
  1581. X#          #
  1582. X#          #
  1583. X#          #
  1584. X#          #
  1585. X#          #
  1586. X#          #
  1587. X#          #
  1588. X#          #
  1589. X#          #
  1590. X#          #
  1591. X#          #
  1592. X#          #
  1593. X#          #
  1594. X###      ###
  1595. END_OF_FILE
  1596. if test 571 -ne `wc -c <'STAGES/stage3'`; then
  1597.     echo shar: \"'STAGES/stage3'\" unpacked with wrong size!
  1598. fi
  1599. # end of 'STAGES/stage3'
  1600. fi
  1601. if test -f 'STAGES/stage4' -a "${1}" != "-c" ; then 
  1602.   echo shar: Will not clobber existing file \"'STAGES/stage4'\"
  1603. else
  1604. echo shar: Extracting \"'STAGES/stage4'\" \(573 characters\)
  1605. sed "s/^X//" >'STAGES/stage4' <<'END_OF_FILE'
  1606. XBaboon
  1607. X40 400
  1608. X############
  1609. X#1111111111#
  1610. X#1222222221#
  1611. X#1211111121#
  1612. X#121    121#
  1613. X#121 ^# 121#
  1614. X#121    121#
  1615. X#1211111121#
  1616. X#1222222221#
  1617. X#1111111111#
  1618. X#%%%%SS%%%%#
  1619. X#    jA    #
  1620. X#          \
  1621. X#          #
  1622. X#    aa    #
  1623. X#          #
  1624. X#          #
  1625. X#          #
  1626. X#          #
  1627. X#          #
  1628. X#          #
  1629. X#          #
  1630. X#          #
  1631. X#          #
  1632. X#          #
  1633. X#          #
  1634. X#          #
  1635. X#          #
  1636. X#          #
  1637. X#          #
  1638. X#          #
  1639. X#          #
  1640. X#          #
  1641. X#          #
  1642. X#          #
  1643. X#          #
  1644. X#          #
  1645. X#          #
  1646. X#          #
  1647. X#          #
  1648. X#          #
  1649. X#          #
  1650. X##  #  #  ##
  1651. END_OF_FILE
  1652. if test 573 -ne `wc -c <'STAGES/stage4'`; then
  1653.     echo shar: \"'STAGES/stage4'\" unpacked with wrong size!
  1654. fi
  1655. # end of 'STAGES/stage4'
  1656. fi
  1657. if test -f 'STAGES/stage5' -a "${1}" != "-c" ; then 
  1658.   echo shar: Will not clobber existing file \"'STAGES/stage5'\"
  1659. else
  1660. echo shar: Extracting \"'STAGES/stage5'\" \(570 characters\)
  1661. sed "s/^X//" >'STAGES/stage5' <<'END_OF_FILE'
  1662. XOwl
  1663. X40 400
  1664. X############
  1665. X#  5 44 5  #
  1666. X#6        6#
  1667. X#   c  c   #
  1668. X#7        7#
  1669. X#    33    #
  1670. X#8        8#
  1671. X#    UL    #
  1672. X#9        9#
  1673. X#          #
  1674. X#          #
  1675. X#IIIIIIIIII#
  1676. X#IIIIIIIIII#
  1677. X#IIIIIIIIII#
  1678. X#          #
  1679. X#          #
  1680. X#          #
  1681. X#          #
  1682. X#          #
  1683. X#          #
  1684. X#          #
  1685. X#          #
  1686. X#          #
  1687. X#          #
  1688. X#          #
  1689. X#          #
  1690. X#          #
  1691. X#          #
  1692. X#          #
  1693. X#          #
  1694. X#          #
  1695. X#          #
  1696. X#          #
  1697. X#          #
  1698. X#          #
  1699. X#          #
  1700. X#          #
  1701. X#          #
  1702. X#          #
  1703. X#          #
  1704. X            
  1705. X#          #
  1706. X##   #\   ##
  1707. END_OF_FILE
  1708. if test 570 -ne `wc -c <'STAGES/stage5'`; then
  1709.     echo shar: \"'STAGES/stage5'\" unpacked with wrong size!
  1710. fi
  1711. # end of 'STAGES/stage5'
  1712. fi
  1713. if test -f 'STAGES/stage6' -a "${1}" != "-c" ; then 
  1714.   echo shar: Will not clobber existing file \"'STAGES/stage6'\"
  1715. else
  1716. echo shar: Extracting \"'STAGES/stage6'\" \(576 characters\)
  1717. sed "s/^X//" >'STAGES/stage6' <<'END_OF_FILE'
  1718. XRhinoceros
  1719. X60 80
  1720. X############
  1721. X#IeIIIIIIeI#
  1722. X#IIIITUIIII#
  1723. X#I IIIIII I#
  1724. X#IIIISSIIII#
  1725. X#II IIII II#
  1726. X#RIII  IIIR#
  1727. X#IIIIIIIIII#
  1728. X#9999999999#
  1729. X#          #
  1730. X#          #
  1731. X#          #
  1732. X#          #
  1733. X#          #
  1734. X#          #
  1735. X#    ^\    #
  1736. X#          #
  1737. X#          #
  1738. X#          #
  1739. X#          #
  1740. X#          #
  1741. X#          #
  1742. X#          #
  1743. X#          #
  1744. X# da    ad #
  1745. X# MM    MM #
  1746. X# aa    aa #
  1747. X#          #
  1748. X#          #
  1749. X#          #
  1750. X#          #
  1751. X#          #
  1752. X#          #
  1753. X#          #
  1754. X#          #
  1755. X#          #
  1756. X#          #
  1757. X#          #
  1758. X#          #
  1759. X#          #
  1760. X#          #
  1761. X#          #
  1762. X#AA  aa  AA#
  1763. END_OF_FILE
  1764. if test 576 -ne `wc -c <'STAGES/stage6'`; then
  1765.     echo shar: \"'STAGES/stage6'\" unpacked with wrong size!
  1766. fi
  1767. # end of 'STAGES/stage6'
  1768. fi
  1769. if test -f 'STAGES/stage7' -a "${1}" != "-c" ; then 
  1770.   echo shar: Will not clobber existing file \"'STAGES/stage7'\"
  1771. else
  1772. echo shar: Extracting \"'STAGES/stage7'\" \(572 characters\)
  1773. sed "s/^X//" >'STAGES/stage7' <<'END_OF_FILE'
  1774. XTiger
  1775. X20 200
  1776. X############
  1777. X#    11    #
  1778. X#          #
  1779. X#D        T#
  1780. X#1D  GG  T1#
  1781. X#D  WLLW  T#
  1782. X#I#      #I#
  1783. X##        ##
  1784. X#          \
  1785. X#          #
  1786. X#          #
  1787. X#          #
  1788. X#          #
  1789. X#          #
  1790. X#          #
  1791. X#          #
  1792. X#          #
  1793. X#          #
  1794. X#          #
  1795. X#          #
  1796. X#          #
  1797. X#          #
  1798. X#          #
  1799. X#S   aa   S#
  1800. X##S  SS  S##
  1801. X#S        S#
  1802. X#          #
  1803. X#          #
  1804. X#          #
  1805. X#          #
  1806. X#          #
  1807. X#          #
  1808. X#          #
  1809. X#          #
  1810. X#          #
  1811. X#          #
  1812. X#          #
  1813. X#          #
  1814. X#          #
  1815. X#          #
  1816. X#          #
  1817. X#          #
  1818. X#          #
  1819. END_OF_FILE
  1820. if test 572 -ne `wc -c <'STAGES/stage7'`; then
  1821.     echo shar: \"'STAGES/stage7'\" unpacked with wrong size!
  1822. fi
  1823. # end of 'STAGES/stage7'
  1824. fi
  1825. if test -f 'STAGES/stage8' -a "${1}" != "-c" ; then 
  1826.   echo shar: Will not clobber existing file \"'STAGES/stage8'\"
  1827. else
  1828. echo shar: Extracting \"'STAGES/stage8'\" \(576 characters\)
  1829. sed "s/^X//" >'STAGES/stage8' <<'END_OF_FILE'
  1830. XCentipede
  1831. X99 100
  1832. X############
  1833. X#A  PX    A#
  1834. X#S     0  S#
  1835. X#S  0     S#
  1836. X#S     0  S#
  1837. X#S  0     S#
  1838. X#S     0  S#
  1839. X#S        S#
  1840. X#IIIIIIIIII#
  1841. X#  111111  #
  1842. X#T22222222L#
  1843. X#  111111  #
  1844. X###      ###
  1845. X# #      # #
  1846. X#          #
  1847. X#          #
  1848. X#          #
  1849. X#          #
  1850. X##        ##
  1851. X#          #
  1852. X#          #
  1853. X#          #
  1854. X#          #
  1855. X#          #
  1856. X#          #
  1857. X#          #
  1858. X#W W W W W #
  1859. X# W W W W W#
  1860. X#W W ^ W W #
  1861. X# W W W W W#
  1862. X#          #
  1863. X#          #
  1864. X#          #
  1865. X#          #
  1866. X#          #
  1867. X#          #
  1868. X#          #
  1869. X#          \
  1870. X            
  1871. X            
  1872. X            
  1873. X            
  1874. X#          #
  1875. END_OF_FILE
  1876. if test 576 -ne `wc -c <'STAGES/stage8'`; then
  1877.     echo shar: \"'STAGES/stage8'\" unpacked with wrong size!
  1878. fi
  1879. # end of 'STAGES/stage8'
  1880. fi
  1881. if test -f 'STAGES/stage9' -a "${1}" != "-c" ; then 
  1882.   echo shar: Will not clobber existing file \"'STAGES/stage9'\"
  1883. else
  1884. echo shar: Extracting \"'STAGES/stage9'\" \(573 characters\)
  1885. sed "s/^X//" >'STAGES/stage9' <<'END_OF_FILE'
  1886. XJaguar
  1887. X30 300
  1888. X############
  1889. X#3   #     #
  1890. X# 3   #  e #
  1891. X#1 3   %   #
  1892. X# 1 3   %  #
  1893. X#1 1 3   # #
  1894. X# 1 1 3   ##
  1895. X#1 1 1 3   #
  1896. X# 1 1 1 3  #
  1897. X#1 1 1 1 3 #
  1898. X# 1 1 L 1 3#
  1899. X#1 1 1 1 1 #
  1900. X# 1 1 1 1 1#
  1901. X#S 1 1 1 1 #
  1902. X#   1 1 1 1#
  1903. X#    1 1 1 #
  1904. X#     1 1 1#
  1905. X#      1 1 #
  1906. X#       1 1#
  1907. X#        1 #
  1908. X#         1#
  1909. X#          #
  1910. X#          #
  1911. X#          #
  1912. X#          #
  1913. X#          #
  1914. X#          #
  1915. X#          #
  1916. X#          #
  1917. X#          #
  1918. X#          #
  1919. X#          #
  1920. X#          #
  1921. X#          #
  1922. X#          #
  1923. X#          #
  1924. X#          #
  1925. X#          #
  1926. X#          \
  1927. X            
  1928. X#          #
  1929. X#          #
  1930. X#          #
  1931. END_OF_FILE
  1932. if test 573 -ne `wc -c <'STAGES/stage9'`; then
  1933.     echo shar: \"'STAGES/stage9'\" unpacked with wrong size!
  1934. fi
  1935. # end of 'STAGES/stage9'
  1936. fi
  1937. if test ! -d 'icons' ; then
  1938.     echo shar: Creating directory \"'icons'\"
  1939.     mkdir 'icons'
  1940. fi
  1941. if test -f 'icons/ball.pr' -a "${1}" != "-c" ; then 
  1942.   echo shar: Will not clobber existing file \"'icons/ball.pr'\"
  1943. else
  1944. echo shar: Extracting \"'icons/ball.pr'\" \(238 characters\)
  1945. sed "s/^X//" >'icons/ball.pr' <<'END_OF_FILE'
  1946. X#define ball_width    16
  1947. X#define ball_height    16
  1948. Xstatic char ball_bits[] = {
  1949. X0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xC0,0x03,0xE0,0x07,0xF0,0x0F,0xF0,0x0F,
  1950. X0xF0,0x0F,0xF0,0x0F,0xE0,0x07,0xC0,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  1951. X};
  1952. END_OF_FILE
  1953. if test 238 -ne `wc -c <'icons/ball.pr'`; then
  1954.     echo shar: \"'icons/ball.pr'\" unpacked with wrong size!
  1955. fi
  1956. # end of 'icons/ball.pr'
  1957. fi
  1958. if test -f 'icons/brick_j.pr' -a "${1}" != "-c" ; then 
  1959.   echo shar: Will not clobber existing file \"'icons/brick_j.pr'\"
  1960. else
  1961. echo shar: Extracting \"'icons/brick_j.pr'\" \(733 characters\)
  1962. sed "s/^X//" >'icons/brick_j.pr' <<'END_OF_FILE'
  1963. X#define brick_j_width    64
  1964. X#define brick_j_height    16
  1965. Xstatic char brick_j_bits[] = {
  1966. X0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
  1967. X0x57,0x55,0x55,0x55,0x55,0x55,0x55,0xD5,0xAB,0xAA,0x2A,0x00,0x00,0xA8,0xAA,0xEA,
  1968. X0x57,0x55,0x95,0xFF,0xFF,0x55,0x55,0xD5,0xAB,0xAA,0xAA,0x7B,0x9E,0xA9,0xAA,0xEA,
  1969. X0x57,0x55,0x95,0xB9,0x6D,0x55,0x55,0xD5,0xAB,0xAA,0xAA,0xBB,0x2C,0xA9,0xAA,0xEA,
  1970. X0x57,0x55,0x95,0x3B,0x4D,0x55,0x55,0xD5,0xAB,0xAA,0xAA,0xBB,0x6D,0xA9,0xAA,0xEA,
  1971. X0x57,0x55,0x95,0x71,0x9E,0x55,0x55,0xD5,0xAB,0xAA,0xAA,0xFF,0xFF,0xA9,0xAA,0xEA,
  1972. X0x57,0x55,0x15,0x00,0x00,0x54,0x55,0xD5,0xAB,0xAA,0xAA,0xAA,0xAA,0xAA,0xAA,0xEA,
  1973. X0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
  1974. X};
  1975. END_OF_FILE
  1976. if test 733 -ne `wc -c <'icons/brick_j.pr'`; then
  1977.     echo shar: \"'icons/brick_j.pr'\" unpacked with wrong size!
  1978. fi
  1979. # end of 'icons/brick_j.pr'
  1980. fi
  1981. if test -f 'icons/clear.pr' -a "${1}" != "-c" ; then 
  1982.   echo shar: Will not clobber existing file \"'icons/clear.pr'\"
  1983. else
  1984. echo shar: Extracting \"'icons/clear.pr'\" \(727 characters\)
  1985. sed "s/^X//" >'icons/clear.pr' <<'END_OF_FILE'
  1986. X#define clear_width    64
  1987. X#define clear_height    16
  1988. Xstatic char clear_bits[] = {
  1989. X0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  1990. X0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  1991. X0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  1992. X0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  1993. X0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  1994. X0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  1995. X0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  1996. X0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  1997. X};
  1998. END_OF_FILE
  1999. if test 727 -ne `wc -c <'icons/clear.pr'`; then
  2000.     echo shar: \"'icons/clear.pr'\" unpacked with wrong size!
  2001. fi
  2002. # end of 'icons/clear.pr'
  2003. fi
  2004. if test -f 'icons/clear0.pr' -a "${1}" != "-c" ; then 
  2005.   echo shar: Will not clobber existing file \"'icons/clear0.pr'\"
  2006. else
  2007. echo shar: Extracting \"'icons/clear0.pr'\" \(244 characters\)
  2008. sed "s/^X//" >'icons/clear0.pr' <<'END_OF_FILE'
  2009. X#define clear0_width    16
  2010. X#define clear0_height    16
  2011. Xstatic char clear0_bits[] = {
  2012. X0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  2013. X0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  2014. X};
  2015. END_OF_FILE
  2016. if test 244 -ne `wc -c <'icons/clear0.pr'`; then
  2017.     echo shar: \"'icons/clear0.pr'\" unpacked with wrong size!
  2018. fi
  2019. # end of 'icons/clear0.pr'
  2020. fi
  2021. if test -f 'icons/cursor.pr' -a "${1}" != "-c" ; then 
  2022.   echo shar: Will not clobber existing file \"'icons/cursor.pr'\"
  2023. else
  2024. echo shar: Extracting \"'icons/cursor.pr'\" \(246 characters\)
  2025. sed "s/^X//" >'icons/cursor.pr' <<'END_OF_FILE'
  2026. X#define cursor_width    16
  2027. X#define cursor_height    16
  2028. Xstatic char cursor_bits[] = {
  2029. X0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  2030. X0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  2031. X0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  2032. X0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
  2033. X};
  2034. END_OF_FILE
  2035. if test 246 -ne `wc -c <'icons/cursor.pr'`; then
  2036.     echo shar: \"'icons/cursor.pr'\" unpacked with wrong size!
  2037. fi
  2038. # end of 'icons/cursor.pr'
  2039. fi
  2040. if test -f 'icons/launchNE0.pr' -a "${1}" != "-c" ; then 
  2041.   echo shar: Will not clobber existing file \"'icons/launchNE0.pr'\"
  2042. else
  2043. echo shar: Extracting \"'icons/launchNE0.pr'\" \(253 characters\)
  2044. sed "s/^X//" >'icons/launchNE0.pr' <<'END_OF_FILE'
  2045. X#define launchNE0_width    16
  2046. X#define launchNE0_height    16
  2047. Xstatic char launchNE0_bits[] = {
  2048. X0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xE3,0xFF,0xE7,0xFF,0xEB,0xFF,0xFD,0xFF,0xFE,
  2049. X0x7F,0xFF,0xBF,0xFF,0xDF,0xFF,0xEF,0xFF,0xF7,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
  2050. X};
  2051. END_OF_FILE
  2052. if test 253 -ne `wc -c <'icons/launchNE0.pr'`; then
  2053.     echo shar: \"'icons/launchNE0.pr'\" unpacked with wrong size!
  2054. fi
  2055. # end of 'icons/launchNE0.pr'
  2056. fi
  2057. if test -f 'icons/launchNW0.pr' -a "${1}" != "-c" ; then 
  2058.   echo shar: Will not clobber existing file \"'icons/launchNW0.pr'\"
  2059. else
  2060. echo shar: Extracting \"'icons/launchNW0.pr'\" \(253 characters\)
  2061. sed "s/^X//" >'icons/launchNW0.pr' <<'END_OF_FILE'
  2062. X#define launchNW0_width    16
  2063. X#define launchNW0_height    16
  2064. Xstatic char launchNW0_bits[] = {
  2065. X0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xC7,0xFF,0xE7,0xFF,0xD7,0xFF,0xBF,0xFF,0x7F,0xFF,
  2066. X0xFF,0xFE,0xFF,0xFD,0xFF,0xFB,0xFF,0xF7,0xFF,0xEF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
  2067. X};
  2068. END_OF_FILE
  2069. if test 253 -ne `wc -c <'icons/launchNW0.pr'`; then
  2070.     echo shar: \"'icons/launchNW0.pr'\" unpacked with wrong size!
  2071. fi
  2072. # end of 'icons/launchNW0.pr'
  2073. fi
  2074. if test -f 'icons/solid.pr' -a "${1}" != "-c" ; then 
  2075.   echo shar: Will not clobber existing file \"'icons/solid.pr'\"
  2076. else
  2077. echo shar: Extracting \"'icons/solid.pr'\" \(727 characters\)
  2078. sed "s/^X//" >'icons/solid.pr' <<'END_OF_FILE'
  2079. X#define solid_width    64
  2080. X#define solid_height    16
  2081. Xstatic char solid_bits[] = {
  2082. X0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
  2083. X0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
  2084. X0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
  2085. X0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
  2086. X0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
  2087. X0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
  2088. X0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
  2089. X0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
  2090. X};
  2091. END_OF_FILE
  2092. if test 727 -ne `wc -c <'icons/solid.pr'`; then
  2093.     echo shar: \"'icons/solid.pr'\" unpacked with wrong size!
  2094. fi
  2095. # end of 'icons/solid.pr'
  2096. fi
  2097. if test -f 'icons/solid0.pr' -a "${1}" != "-c" ; then 
  2098.   echo shar: Will not clobber existing file \"'icons/solid0.pr'\"
  2099. else
  2100. echo shar: Extracting \"'icons/solid0.pr'\" \(244 characters\)
  2101. sed "s/^X//" >'icons/solid0.pr' <<'END_OF_FILE'
  2102. X#define solid0_width    16
  2103. X#define solid0_height    16
  2104. Xstatic char solid0_bits[] = {
  2105. X0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
  2106. X0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
  2107. X};
  2108. END_OF_FILE
  2109. if test 244 -ne `wc -c <'icons/solid0.pr'`; then
  2110.     echo shar: \"'icons/solid0.pr'\" unpacked with wrong size!
  2111. fi
  2112. # end of 'icons/solid0.pr'
  2113. fi
  2114. if test -f 'patchlevel.h' -a "${1}" != "-c" ; then 
  2115.   echo shar: Will not clobber existing file \"'patchlevel.h'\"
  2116. else
  2117. echo shar: Extracting \"'patchlevel.h'\" \(36 characters\)
  2118. sed "s/^X//" >'patchlevel.h' <<'END_OF_FILE'
  2119. X#define VERSION    "XBlockBuster 1.00"
  2120. END_OF_FILE
  2121. if test 36 -ne `wc -c <'patchlevel.h'`; then
  2122.     echo shar: \"'patchlevel.h'\" unpacked with wrong size!
  2123. fi
  2124. # end of 'patchlevel.h'
  2125. fi
  2126. echo shar: End of archive 1 \(of 5\).
  2127. cp /dev/null ark1isdone
  2128. MISSING=""
  2129. for I in 1 2 3 4 5 ; do
  2130.     if test ! -f ark${I}isdone ; then
  2131.     MISSING="${MISSING} ${I}"
  2132.     fi
  2133. done
  2134. if test "${MISSING}" = "" ; then
  2135.     echo You have unpacked all 5 archives.
  2136.     rm -f ark[1-9]isdone
  2137. else
  2138.     echo You still need to unpack the following archives:
  2139.     echo "        " ${MISSING}
  2140. fi
  2141. ##  End of shell archive.
  2142. exit 0
  2143.  
  2144.  
  2145. exit 0 # Just in case...
  2146. -- 
  2147.   // chris@IMD.Sterling.COM            | Send comp.sources.x submissions to:
  2148. \X/  Amiga - The only way to fly!      |
  2149.  "It's intuitively obvious to the most |    sources-x@imd.sterling.com
  2150.   casual observer..."                  |
  2151.