home *** CD-ROM | disk | FTP | other *** search
- Path: uunet!zephyr.ens.tek.com!master!saab!billr
- From: billr@saab.CNA.TEK.COM (Bill Randle)
- Newsgroups: comp.sources.games
- Subject: v13i084: x4war2 - An X11 version of Chinese four-state war game (Ver. 1.1), Part03/04
- Message-ID: <2795@master.CNA.TEK.COM>
- Date: 25 Apr 92 00:50:17 GMT
- Sender: news@master.CNA.TEK.COM
- Lines: 1175
- Approved: billr@saab.CNA.TEK.COM
-
- Submitted-by: Xiaobing Chen <xiaobing@cs.sfu.ca>
- Posting-number: Volume 13, Issue 84
- Archive-name: x4war2/Part03
- Supersedes: x4war: Volume 13, Issue 77-79
- Environment: X11, Xlib, Xt
-
-
-
- #! /bin/sh
- # This is a shell archive. Remove anything before this line, then unpack
- # it by saving it into a file and typing "sh file". To overwrite existing
- # files, type "sh file -c". You can also feed this as standard input via
- # unshar, or by typing "sh <file", e.g.. If this archive is complete, you
- # will see the following message at the end:
- # "End of archive 3 (of 4)."
- # Contents: bitmaps/chinese_piece/bomb.xbm
- # bitmaps/chinese_piece/brigadier.xbm
- # bitmaps/chinese_piece/captain.xbm
- # bitmaps/chinese_piece/colonel.xbm
- # bitmaps/chinese_piece/colours.xbm
- # bitmaps/chinese_piece/f_lieutenant.xbm
- # bitmaps/chinese_piece/general.xbm
- # bitmaps/chinese_piece/m_general.xbm
- # bitmaps/chinese_piece/major.xbm bitmaps/chinese_piece/marshal.xbm
- # bitmaps/chinese_piece/mine.xbm bitmaps/chinese_piece/sapper.xbm
- # bitmaps/go.xbm bitmaps/image_piece/bomb.xbm
- # bitmaps/image_piece/brigadier.xbm bitmaps/image_piece/captain.xbm
- # bitmaps/image_piece/colonel.xbm bitmaps/image_piece/colours.xbm
- # bitmaps/image_piece/f_lieutenant.xbm
- # bitmaps/image_piece/general.xbm bitmaps/image_piece/m_general.xbm
- # bitmaps/image_piece/major.xbm bitmaps/image_piece/marshal.xbm
- # bitmaps/image_piece/sapper.xbm bitmaps/nodemask.xbm x4war.man
- # Wrapped by billr@saab on Fri Apr 24 17:36:56 1992
- PATH=/bin:/usr/bin:/usr/ucb ; export PATH
- if test -f 'bitmaps/chinese_piece/bomb.xbm' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'bitmaps/chinese_piece/bomb.xbm'\"
- else
- echo shar: Extracting \"'bitmaps/chinese_piece/bomb.xbm'\" \(1329 characters\)
- sed "s/^X//" >'bitmaps/chinese_piece/bomb.xbm' <<'END_OF_FILE'
- X#define bomb_width 40
- X#define bomb_height 40
- Xstatic char bomb_bits[] = {
- X 0xff, 0xff, 0xff, 0xff, 0x07, 0xff, 0xff, 0xff, 0xff, 0x0f, 0xff, 0xff,
- X 0xff, 0xff, 0x17, 0xff, 0xff, 0xff, 0xff, 0x2f, 0xff, 0xff, 0xff, 0xff,
- X 0x57, 0xff, 0xff, 0xff, 0xff, 0xaf, 0xff, 0xf7, 0x7f, 0xf7, 0x57, 0xff,
- X 0xf7, 0x7f, 0xf7, 0xaf, 0x7f, 0xf7, 0xe1, 0xfa, 0x57, 0x5f, 0x03, 0x2f,
- X 0xe0, 0xaf, 0x5f, 0xed, 0xaf, 0xed, 0x57, 0x5f, 0xed, 0x21, 0xe0, 0xaf,
- X 0x3f, 0x8e, 0xbd, 0xed, 0x57, 0x7f, 0xee, 0x3d, 0xe0, 0xaf, 0x7f, 0xed,
- X 0xa1, 0xed, 0x57, 0x7f, 0x8d, 0xef, 0xfd, 0xaf, 0x7f, 0xed, 0x2f, 0xe0,
- X 0x57, 0x7f, 0xed, 0xef, 0xfd, 0xaf, 0xbf, 0xef, 0xed, 0xfd, 0x57, 0xdf,
- X 0xef, 0xf3, 0xfd, 0xaf, 0xff, 0xef, 0xff, 0xfd, 0x57, 0xff, 0xef, 0xff,
- X 0xfd, 0xaf, 0xff, 0xff, 0xff, 0xff, 0x57, 0xff, 0xff, 0xff, 0xff, 0xaf,
- X 0xff, 0xff, 0xff, 0xff, 0x57, 0x07, 0x00, 0x00, 0x80, 0xaf, 0xff, 0xff,
- X 0xff, 0xff, 0x57, 0x07, 0x00, 0x00, 0x80, 0xaf, 0xff, 0xff, 0xff, 0xff,
- X 0x57, 0xff, 0xff, 0xff, 0xff, 0xaf, 0xff, 0xff, 0xff, 0xff, 0x57, 0xff,
- X 0xff, 0xff, 0xff, 0xaf, 0xff, 0xff, 0xff, 0xff, 0x57, 0xaa, 0xaa, 0xaa,
- X 0xaa, 0xaa, 0x54, 0x55, 0x55, 0x55, 0x55, 0xa8, 0xaa, 0xaa, 0xaa, 0xaa,
- X 0x50, 0x55, 0x55, 0x55, 0x55, 0xa0, 0xaa, 0xaa, 0xaa, 0xaa, 0x40, 0x55,
- X 0x55, 0x55, 0x55, 0x80, 0xaa, 0xaa, 0xaa, 0xaa};
- X
- X
- X
- X
- END_OF_FILE
- if test 1329 -ne `wc -c <'bitmaps/chinese_piece/bomb.xbm'`; then
- echo shar: \"'bitmaps/chinese_piece/bomb.xbm'\" unpacked with wrong size!
- fi
- # end of 'bitmaps/chinese_piece/bomb.xbm'
- fi
- if test -f 'bitmaps/chinese_piece/brigadier.xbm' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'bitmaps/chinese_piece/brigadier.xbm'\"
- else
- echo shar: Extracting \"'bitmaps/chinese_piece/brigadier.xbm'\" \(1344 characters\)
- sed "s/^X//" >'bitmaps/chinese_piece/brigadier.xbm' <<'END_OF_FILE'
- X#define brigadier_width 40
- X#define brigadier_height 40
- Xstatic char brigadier_bits[] = {
- X 0xff, 0xff, 0xff, 0xff, 0x07, 0xff, 0xff, 0xff, 0xff, 0x0f, 0xff, 0xff,
- X 0xff, 0xff, 0x17, 0xff, 0xff, 0xff, 0xff, 0x2f, 0xff, 0xff, 0xff, 0xff,
- X 0x57, 0xff, 0xff, 0xff, 0xff, 0xaf, 0xff, 0xfd, 0xff, 0xff, 0x57, 0xdf,
- X 0xc1, 0x03, 0xfe, 0xaf, 0xbf, 0xfe, 0xfb, 0xff, 0x57, 0x0f, 0xdf, 0x03,
- X 0xfe, 0xaf, 0xdf, 0xe1, 0xfb, 0xff, 0x57, 0x1f, 0xfd, 0x03, 0xfe, 0xaf,
- X 0x5f, 0xdd, 0xfb, 0xff, 0x57, 0x5f, 0xed, 0x00, 0xfc, 0xaf, 0x5f, 0xf1,
- X 0xf3, 0xff, 0x57, 0x5f, 0xf5, 0xeb, 0xfd, 0xaf, 0x5f, 0xed, 0xdb, 0xfe,
- X 0x57, 0x5f, 0xcd, 0x2b, 0xff, 0xaf, 0x6f, 0xb5, 0x73, 0xff, 0x57, 0x3f,
- X 0xf9, 0xfb, 0xfe, 0xaf, 0xff, 0xfd, 0xfd, 0xf9, 0x57, 0xff, 0xff, 0xff,
- X 0xff, 0xaf, 0xff, 0xff, 0xff, 0xff, 0x57, 0xff, 0xff, 0xff, 0xff, 0xaf,
- X 0xff, 0xff, 0xff, 0xff, 0x57, 0x07, 0x00, 0x00, 0xe0, 0xaf, 0xff, 0xff,
- X 0xff, 0xff, 0x57, 0x07, 0x00, 0x00, 0xe0, 0xaf, 0xff, 0xff, 0xff, 0xff,
- X 0x57, 0xff, 0xff, 0xff, 0xff, 0xaf, 0xff, 0xff, 0xff, 0xff, 0x57, 0xff,
- X 0xff, 0xff, 0xff, 0xaf, 0xff, 0xff, 0xff, 0xff, 0x57, 0xaa, 0xaa, 0xaa,
- X 0xaa, 0xaa, 0x54, 0x55, 0x55, 0x55, 0x55, 0xa8, 0xaa, 0xaa, 0xaa, 0xaa,
- X 0x50, 0x55, 0x55, 0x55, 0x55, 0xa0, 0xaa, 0xaa, 0xaa, 0xaa, 0x40, 0x55,
- X 0x55, 0x55, 0x55, 0x80, 0xaa, 0xaa, 0xaa, 0xaa};
- X
- X
- X
- X
- END_OF_FILE
- if test 1344 -ne `wc -c <'bitmaps/chinese_piece/brigadier.xbm'`; then
- echo shar: \"'bitmaps/chinese_piece/brigadier.xbm'\" unpacked with wrong size!
- fi
- # end of 'bitmaps/chinese_piece/brigadier.xbm'
- fi
- if test -f 'bitmaps/chinese_piece/captain.xbm' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'bitmaps/chinese_piece/captain.xbm'\"
- else
- echo shar: Extracting \"'bitmaps/chinese_piece/captain.xbm'\" \(1338 characters\)
- sed "s/^X//" >'bitmaps/chinese_piece/captain.xbm' <<'END_OF_FILE'
- X#define captain_width 40
- X#define captain_height 40
- Xstatic char captain_bits[] = {
- X 0xff, 0xff, 0xff, 0xff, 0x07, 0xff, 0xff, 0xff, 0xff, 0x0f, 0xff, 0xff,
- X 0xff, 0xff, 0x17, 0xff, 0xff, 0xff, 0xff, 0x2f, 0xff, 0xff, 0xff, 0xff,
- X 0x57, 0xff, 0xff, 0xff, 0xff, 0xaf, 0xff, 0xfb, 0xff, 0xff, 0x57, 0xff,
- X 0xfb, 0x03, 0xfe, 0xaf, 0xef, 0xfb, 0xfb, 0xff, 0x57, 0x5f, 0x80, 0x03,
- X 0xfe, 0xaf, 0xdf, 0xfb, 0xfb, 0xff, 0x57, 0x47, 0xc0, 0x03, 0xfe, 0xaf,
- X 0x5f, 0xdb, 0xfb, 0xff, 0x57, 0x5f, 0xc0, 0x00, 0xfc, 0xaf, 0x5f, 0xdb,
- X 0xf3, 0xff, 0x57, 0x5f, 0xc0, 0xeb, 0xfd, 0xaf, 0xdf, 0xfb, 0xdb, 0xfe,
- X 0x57, 0x5f, 0xc0, 0x2b, 0xff, 0xaf, 0xdf, 0xfb, 0x73, 0xff, 0x57, 0x9f,
- X 0xfb, 0xfb, 0xfe, 0xaf, 0x67, 0x80, 0xfd, 0xf9, 0x57, 0xff, 0xff, 0xff,
- X 0xff, 0xaf, 0xff, 0xff, 0xff, 0xff, 0x57, 0xff, 0xff, 0xff, 0xff, 0xaf,
- X 0xff, 0xff, 0xff, 0xff, 0x57, 0x07, 0x00, 0x00, 0xf0, 0xaf, 0xff, 0xff,
- X 0xff, 0xff, 0x57, 0x07, 0x00, 0x00, 0xf0, 0xaf, 0xff, 0xff, 0xff, 0xff,
- X 0x57, 0xff, 0xff, 0xff, 0xff, 0xaf, 0xff, 0xff, 0xff, 0xff, 0x57, 0xff,
- X 0xff, 0xff, 0xff, 0xaf, 0xff, 0xff, 0xff, 0xff, 0x57, 0xaa, 0xaa, 0xaa,
- X 0xaa, 0xaa, 0x54, 0x55, 0x55, 0x55, 0x55, 0xa8, 0xaa, 0xaa, 0xaa, 0xaa,
- X 0x50, 0x55, 0x55, 0x55, 0x55, 0xa0, 0xaa, 0xaa, 0xaa, 0xaa, 0x40, 0x55,
- X 0x55, 0x55, 0x55, 0x80, 0xaa, 0xaa, 0xaa, 0xaa};
- X
- X
- X
- X
- END_OF_FILE
- if test 1338 -ne `wc -c <'bitmaps/chinese_piece/captain.xbm'`; then
- echo shar: \"'bitmaps/chinese_piece/captain.xbm'\" unpacked with wrong size!
- fi
- # end of 'bitmaps/chinese_piece/captain.xbm'
- fi
- if test -f 'bitmaps/chinese_piece/colonel.xbm' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'bitmaps/chinese_piece/colonel.xbm'\"
- else
- echo shar: Extracting \"'bitmaps/chinese_piece/colonel.xbm'\" \(1338 characters\)
- sed "s/^X//" >'bitmaps/chinese_piece/colonel.xbm' <<'END_OF_FILE'
- X#define colonel_width 40
- X#define colonel_height 40
- Xstatic char colonel_bits[] = {
- X 0xff, 0xff, 0xff, 0xff, 0x07, 0xff, 0xff, 0xff, 0xff, 0x0f, 0xff, 0xff,
- X 0xff, 0xff, 0x17, 0xff, 0xff, 0xff, 0xff, 0x2f, 0xff, 0xff, 0xff, 0xff,
- X 0x57, 0xff, 0xff, 0xff, 0xff, 0xaf, 0xff, 0xff, 0xff, 0xff, 0x57, 0x1f,
- X 0xc0, 0x03, 0xfe, 0xaf, 0xdf, 0xdb, 0xfb, 0xff, 0x57, 0xdf, 0xdb, 0x03,
- X 0xfe, 0xaf, 0x1f, 0xc0, 0xfb, 0xff, 0x57, 0xdf, 0xdb, 0x03, 0xfe, 0xaf,
- X 0xdf, 0xdb, 0xfb, 0xff, 0x57, 0xdf, 0xd9, 0x00, 0xfc, 0xaf, 0xdf, 0xda,
- X 0xf3, 0xff, 0x57, 0x5f, 0xdb, 0xeb, 0xfd, 0xaf, 0x9f, 0xdb, 0xdb, 0xfe,
- X 0x57, 0xdf, 0xd9, 0x2b, 0xff, 0xaf, 0xdf, 0xdb, 0x73, 0xff, 0x57, 0x1f,
- X 0xc0, 0xfb, 0xfe, 0xaf, 0xdf, 0xdf, 0xfd, 0xf9, 0x57, 0xff, 0xff, 0xff,
- X 0xff, 0xaf, 0xff, 0xff, 0xff, 0xff, 0x57, 0xff, 0xff, 0xff, 0xff, 0xaf,
- X 0xff, 0xff, 0xff, 0xff, 0x57, 0x07, 0x00, 0x00, 0xe0, 0xaf, 0xff, 0xff,
- X 0xff, 0xff, 0x57, 0x07, 0x00, 0x00, 0xe0, 0xaf, 0xff, 0xff, 0xff, 0xff,
- X 0x57, 0xff, 0xff, 0xff, 0xff, 0xaf, 0xff, 0xff, 0xff, 0xff, 0x57, 0xff,
- X 0xff, 0xff, 0xff, 0xaf, 0xff, 0xff, 0xff, 0xff, 0x57, 0xaa, 0xaa, 0xaa,
- X 0xaa, 0xaa, 0x54, 0x55, 0x55, 0x55, 0x55, 0xa8, 0xaa, 0xaa, 0xaa, 0xaa,
- X 0x50, 0x55, 0x55, 0x55, 0x55, 0xa0, 0xaa, 0xaa, 0xaa, 0xaa, 0x40, 0x55,
- X 0x55, 0x55, 0x55, 0x80, 0xaa, 0xaa, 0xaa, 0xaa};
- X
- X
- X
- X
- END_OF_FILE
- if test 1338 -ne `wc -c <'bitmaps/chinese_piece/colonel.xbm'`; then
- echo shar: \"'bitmaps/chinese_piece/colonel.xbm'\" unpacked with wrong size!
- fi
- # end of 'bitmaps/chinese_piece/colonel.xbm'
- fi
- if test -f 'bitmaps/chinese_piece/colours.xbm' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'bitmaps/chinese_piece/colours.xbm'\"
- else
- echo shar: Extracting \"'bitmaps/chinese_piece/colours.xbm'\" \(1338 characters\)
- sed "s/^X//" >'bitmaps/chinese_piece/colours.xbm' <<'END_OF_FILE'
- X#define colours_width 40
- X#define colours_height 40
- Xstatic char colours_bits[] = {
- X 0xff, 0xff, 0xff, 0xff, 0x07, 0xff, 0xff, 0xff, 0xff, 0x0f, 0xff, 0xff,
- X 0xff, 0xff, 0x17, 0xff, 0xff, 0xff, 0xff, 0x2f, 0xff, 0xff, 0xff, 0xff,
- X 0x57, 0xff, 0xff, 0xff, 0xff, 0xaf, 0xff, 0xff, 0xdf, 0xff, 0x57, 0x0f,
- X 0xe0, 0xdd, 0xff, 0xaf, 0xef, 0xef, 0x1b, 0xf8, 0x57, 0xef, 0xee, 0xeb,
- X 0xff, 0xaf, 0x1f, 0xf0, 0xb0, 0xfd, 0x57, 0xff, 0xfe, 0x1d, 0xf8, 0xaf,
- X 0x1f, 0xf0, 0xb1, 0xfd, 0x57, 0xdf, 0xf6, 0x35, 0xfc, 0xaf, 0x1f, 0xf0,
- X 0xb5, 0xfd, 0x57, 0xdf, 0xf6, 0x35, 0xfc, 0xaf, 0x1f, 0xf0, 0xb5, 0xfd,
- X 0x57, 0xff, 0xfe, 0x15, 0xf8, 0xaf, 0x0f, 0xe0, 0xb6, 0xfd, 0x57, 0xff,
- X 0xfe, 0xb3, 0xfd, 0xaf, 0xff, 0xfe, 0xd7, 0xfb, 0x57, 0xff, 0xfe, 0xff,
- X 0xff, 0xaf, 0xff, 0xff, 0xff, 0xff, 0x57, 0xff, 0xff, 0xff, 0xff, 0xaf,
- X 0xff, 0xff, 0xff, 0xff, 0x57, 0x0f, 0x00, 0x00, 0x80, 0xaf, 0xff, 0xff,
- X 0xff, 0xff, 0x57, 0x0f, 0x00, 0x00, 0x80, 0xaf, 0xff, 0xff, 0xff, 0xff,
- X 0x57, 0xff, 0xff, 0xff, 0xff, 0xaf, 0xff, 0xff, 0xff, 0xff, 0x57, 0xff,
- X 0xff, 0xff, 0xff, 0xaf, 0xff, 0xff, 0xff, 0xff, 0x57, 0xaa, 0xaa, 0xaa,
- X 0xaa, 0xaa, 0x54, 0x55, 0x55, 0x55, 0x55, 0xa8, 0xaa, 0xaa, 0xaa, 0xaa,
- X 0x50, 0x55, 0x55, 0x55, 0x55, 0xa0, 0xaa, 0xaa, 0xaa, 0xaa, 0x40, 0x55,
- X 0x55, 0x55, 0x55, 0x80, 0xaa, 0xaa, 0xaa, 0xaa};
- X
- X
- X
- X
- END_OF_FILE
- if test 1338 -ne `wc -c <'bitmaps/chinese_piece/colours.xbm'`; then
- echo shar: \"'bitmaps/chinese_piece/colours.xbm'\" unpacked with wrong size!
- fi
- # end of 'bitmaps/chinese_piece/colours.xbm'
- fi
- if test -f 'bitmaps/chinese_piece/f_lieutenant.xbm' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'bitmaps/chinese_piece/f_lieutenant.xbm'\"
- else
- echo shar: Extracting \"'bitmaps/chinese_piece/f_lieutenant.xbm'\" \(1353 characters\)
- sed "s/^X//" >'bitmaps/chinese_piece/f_lieutenant.xbm' <<'END_OF_FILE'
- X#define f_lieutenant_width 40
- X#define f_lieutenant_height 40
- Xstatic char f_lieutenant_bits[] = {
- X 0xff, 0xff, 0xff, 0xff, 0x07, 0xff, 0xff, 0xff, 0xff, 0x0f, 0xff, 0xff,
- X 0xff, 0xff, 0x17, 0xff, 0xff, 0xff, 0xff, 0x2f, 0xff, 0xff, 0xff, 0xff,
- X 0x57, 0xff, 0xff, 0xff, 0xff, 0xaf, 0xff, 0xef, 0xff, 0xff, 0x57, 0xbf,
- X 0xeb, 0x03, 0xfe, 0xaf, 0xbf, 0xeb, 0xfb, 0xff, 0x57, 0xbf, 0xeb, 0x03,
- X 0xfe, 0xaf, 0xbf, 0x88, 0xfb, 0xff, 0x57, 0x1f, 0xeb, 0x03, 0xfe, 0xaf,
- X 0xbf, 0x88, 0xfb, 0xff, 0x57, 0xbf, 0xeb, 0x00, 0xfc, 0xaf, 0x3f, 0xeb,
- X 0xf3, 0xff, 0x57, 0x9f, 0x89, 0xeb, 0xfd, 0xaf, 0xaf, 0xea, 0xdb, 0xfe,
- X 0x57, 0xbf, 0xeb, 0x2b, 0xff, 0xaf, 0xbf, 0xeb, 0x73, 0xff, 0x57, 0x9f,
- X 0xeb, 0xfb, 0xfe, 0xaf, 0xbf, 0xed, 0xfd, 0xf9, 0x57, 0xff, 0xef, 0xff,
- X 0xff, 0xaf, 0xff, 0xff, 0xff, 0xff, 0x57, 0xff, 0xff, 0xff, 0xff, 0xaf,
- X 0xff, 0xff, 0xff, 0xff, 0x57, 0x07, 0x00, 0x00, 0xe0, 0xaf, 0xff, 0xff,
- X 0xff, 0xff, 0x57, 0x07, 0x00, 0x00, 0xe0, 0xaf, 0xff, 0xff, 0xff, 0xff,
- X 0x57, 0xff, 0xff, 0xff, 0xff, 0xaf, 0xff, 0xff, 0xff, 0xff, 0x57, 0xff,
- X 0xff, 0xff, 0xff, 0xaf, 0xff, 0xff, 0xff, 0xff, 0x57, 0xaa, 0xaa, 0xaa,
- X 0xaa, 0xaa, 0x54, 0x55, 0x55, 0x55, 0x55, 0xa8, 0xaa, 0xaa, 0xaa, 0xaa,
- X 0x50, 0x55, 0x55, 0x55, 0x55, 0xa0, 0xaa, 0xaa, 0xaa, 0xaa, 0x40, 0x55,
- X 0x55, 0x55, 0x55, 0x80, 0xaa, 0xaa, 0xaa, 0xaa};
- X
- X
- X
- X
- END_OF_FILE
- if test 1353 -ne `wc -c <'bitmaps/chinese_piece/f_lieutenant.xbm'`; then
- echo shar: \"'bitmaps/chinese_piece/f_lieutenant.xbm'\" unpacked with wrong size!
- fi
- # end of 'bitmaps/chinese_piece/f_lieutenant.xbm'
- fi
- if test -f 'bitmaps/chinese_piece/general.xbm' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'bitmaps/chinese_piece/general.xbm'\"
- else
- echo shar: Extracting \"'bitmaps/chinese_piece/general.xbm'\" \(1338 characters\)
- sed "s/^X//" >'bitmaps/chinese_piece/general.xbm' <<'END_OF_FILE'
- X#define general_width 40
- X#define general_height 40
- Xstatic char general_bits[] = {
- X 0xff, 0xff, 0xff, 0xff, 0x07, 0xff, 0xff, 0xff, 0xff, 0x0f, 0xff, 0xff,
- X 0xff, 0xff, 0x17, 0xff, 0xff, 0xff, 0xff, 0x2f, 0xff, 0xff, 0xff, 0xff,
- X 0x57, 0xff, 0xff, 0xff, 0xff, 0xaf, 0xff, 0xff, 0xff, 0xff, 0x57, 0x0f,
- X 0xe0, 0x03, 0xfe, 0xaf, 0xef, 0xef, 0xfb, 0xff, 0x57, 0xef, 0xee, 0x03,
- X 0xfe, 0xaf, 0x1f, 0xf0, 0xfb, 0xff, 0x57, 0xff, 0xfe, 0x03, 0xfe, 0xaf,
- X 0x1f, 0xf0, 0xfb, 0xff, 0x57, 0xdf, 0xf6, 0x00, 0xfc, 0xaf, 0x1f, 0xf0,
- X 0xf3, 0xff, 0x57, 0xdf, 0xf6, 0xeb, 0xfd, 0xaf, 0x1f, 0xf0, 0xdb, 0xfe,
- X 0x57, 0xff, 0xfe, 0x2b, 0xff, 0xaf, 0x0f, 0xe0, 0x73, 0xff, 0x57, 0xff,
- X 0xfe, 0xfb, 0xfe, 0xaf, 0xff, 0xfe, 0xfd, 0xf9, 0x57, 0xff, 0xff, 0xff,
- X 0xff, 0xaf, 0xff, 0xff, 0xff, 0xff, 0x57, 0xff, 0xff, 0xff, 0xff, 0xaf,
- X 0xff, 0xff, 0xff, 0xff, 0x57, 0x07, 0x00, 0x00, 0xe0, 0xaf, 0xff, 0xff,
- X 0xff, 0xff, 0x57, 0x07, 0x00, 0x00, 0xe0, 0xaf, 0xff, 0xff, 0xff, 0xff,
- X 0x57, 0xff, 0xff, 0xff, 0xff, 0xaf, 0xff, 0xff, 0xff, 0xff, 0x57, 0xff,
- X 0xff, 0xff, 0xff, 0xaf, 0xff, 0xff, 0xff, 0xff, 0x57, 0xaa, 0xaa, 0xaa,
- X 0xaa, 0xaa, 0x54, 0x55, 0x55, 0x55, 0x55, 0xa8, 0xaa, 0xaa, 0xaa, 0xaa,
- X 0x50, 0x55, 0x55, 0x55, 0x55, 0xa0, 0xaa, 0xaa, 0xaa, 0xaa, 0x40, 0x55,
- X 0x55, 0x55, 0x55, 0x80, 0xaa, 0xaa, 0xaa, 0xaa};
- X
- X
- X
- X
- END_OF_FILE
- if test 1338 -ne `wc -c <'bitmaps/chinese_piece/general.xbm'`; then
- echo shar: \"'bitmaps/chinese_piece/general.xbm'\" unpacked with wrong size!
- fi
- # end of 'bitmaps/chinese_piece/general.xbm'
- fi
- if test -f 'bitmaps/chinese_piece/m_general.xbm' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'bitmaps/chinese_piece/m_general.xbm'\"
- else
- echo shar: Extracting \"'bitmaps/chinese_piece/m_general.xbm'\" \(1344 characters\)
- sed "s/^X//" >'bitmaps/chinese_piece/m_general.xbm' <<'END_OF_FILE'
- X#define m_general_width 40
- X#define m_general_height 40
- Xstatic char m_general_bits[] = {
- X 0xff, 0xff, 0xff, 0xff, 0x07, 0xff, 0xff, 0xff, 0xff, 0x0f, 0xff, 0xff,
- X 0xff, 0xff, 0x17, 0xff, 0xff, 0xff, 0xff, 0x2f, 0xff, 0xff, 0xff, 0xff,
- X 0x57, 0xff, 0xff, 0xff, 0xff, 0xaf, 0xff, 0xff, 0xff, 0xff, 0x57, 0xbf,
- X 0xe0, 0x03, 0xfe, 0xaf, 0xbf, 0xfb, 0xfb, 0xff, 0x57, 0xaf, 0xe0, 0x03,
- X 0xfe, 0xaf, 0xaf, 0xea, 0xfb, 0xff, 0x57, 0xaf, 0xea, 0x03, 0xfe, 0xaf,
- X 0xaf, 0xea, 0xfb, 0xff, 0x57, 0xaf, 0xea, 0x00, 0xfc, 0xaf, 0xaf, 0xea,
- X 0xf3, 0xff, 0x57, 0xaf, 0xea, 0xeb, 0xfd, 0xaf, 0xbf, 0xea, 0xdb, 0xfe,
- X 0x57, 0xbf, 0xe2, 0x2b, 0xff, 0xaf, 0xbf, 0xeb, 0x73, 0xff, 0x57, 0xdf,
- X 0xfb, 0xfb, 0xfe, 0xaf, 0xef, 0xfb, 0xfd, 0xf9, 0x57, 0xff, 0xff, 0xff,
- X 0xff, 0xaf, 0xff, 0xff, 0xff, 0xff, 0x57, 0xff, 0xff, 0xff, 0xff, 0xaf,
- X 0xff, 0xff, 0xff, 0xff, 0x57, 0x07, 0x00, 0x00, 0xe0, 0xaf, 0xff, 0xff,
- X 0xff, 0xff, 0x57, 0x07, 0x00, 0x00, 0xe0, 0xaf, 0xff, 0xff, 0xff, 0xff,
- X 0x57, 0xff, 0xff, 0xff, 0xff, 0xaf, 0xff, 0xff, 0xff, 0xff, 0x57, 0xff,
- X 0xff, 0xff, 0xff, 0xaf, 0xff, 0xff, 0xff, 0xff, 0x57, 0xaa, 0xaa, 0xaa,
- X 0xaa, 0xaa, 0x54, 0x55, 0x55, 0x55, 0x55, 0xa8, 0xaa, 0xaa, 0xaa, 0xaa,
- X 0x50, 0x55, 0x55, 0x55, 0x55, 0xa0, 0xaa, 0xaa, 0xaa, 0xaa, 0x40, 0x55,
- X 0x55, 0x55, 0x55, 0x80, 0xaa, 0xaa, 0xaa, 0xaa};
- X
- X
- X
- X
- END_OF_FILE
- if test 1344 -ne `wc -c <'bitmaps/chinese_piece/m_general.xbm'`; then
- echo shar: \"'bitmaps/chinese_piece/m_general.xbm'\" unpacked with wrong size!
- fi
- # end of 'bitmaps/chinese_piece/m_general.xbm'
- fi
- if test -f 'bitmaps/chinese_piece/major.xbm' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'bitmaps/chinese_piece/major.xbm'\"
- else
- echo shar: Extracting \"'bitmaps/chinese_piece/major.xbm'\" \(1332 characters\)
- sed "s/^X//" >'bitmaps/chinese_piece/major.xbm' <<'END_OF_FILE'
- X#define major_width 40
- X#define major_height 40
- Xstatic char major_bits[] = {
- X 0xff, 0xff, 0xff, 0xff, 0x07, 0xff, 0xff, 0xff, 0xff, 0x0f, 0xff, 0xff,
- X 0xff, 0xff, 0x17, 0xff, 0xff, 0xff, 0xff, 0x2f, 0xff, 0xff, 0xff, 0xff,
- X 0x57, 0xff, 0xff, 0xff, 0xff, 0xaf, 0xff, 0xff, 0xff, 0xff, 0x57, 0x7f,
- X 0xf7, 0x03, 0xfe, 0xaf, 0x1f, 0xc0, 0xfb, 0xff, 0x57, 0x7f, 0xf7, 0x03,
- X 0xfe, 0xaf, 0xff, 0xff, 0xfb, 0xff, 0x57, 0x1f, 0xc0, 0x03, 0xfe, 0xaf,
- X 0xdf, 0xdf, 0xfb, 0xff, 0x57, 0x5f, 0xd0, 0x00, 0xfc, 0xaf, 0x7f, 0xf7,
- X 0xf3, 0xff, 0x57, 0x7f, 0xf0, 0xeb, 0xfd, 0xaf, 0xff, 0xff, 0xdb, 0xfe,
- X 0x57, 0x3f, 0xe0, 0x2b, 0xff, 0xaf, 0xbf, 0xef, 0x73, 0xff, 0x57, 0xbf,
- X 0xef, 0xfb, 0xfe, 0xaf, 0x3f, 0xe0, 0xfd, 0xf9, 0x57, 0xff, 0xff, 0xff,
- X 0xff, 0xaf, 0xff, 0xff, 0xff, 0xff, 0x57, 0xff, 0xff, 0xff, 0xff, 0xaf,
- X 0xff, 0xff, 0xff, 0xff, 0x57, 0x07, 0x00, 0x00, 0xe0, 0xaf, 0xff, 0xff,
- X 0xff, 0xff, 0x57, 0x07, 0x00, 0x00, 0xe0, 0xaf, 0xff, 0xff, 0xff, 0xff,
- X 0x57, 0xff, 0xff, 0xff, 0xff, 0xaf, 0xff, 0xff, 0xff, 0xff, 0x57, 0xff,
- X 0xff, 0xff, 0xff, 0xaf, 0xff, 0xff, 0xff, 0xff, 0x57, 0xaa, 0xaa, 0xaa,
- X 0xaa, 0xaa, 0x54, 0x55, 0x55, 0x55, 0x55, 0xa8, 0xaa, 0xaa, 0xaa, 0xaa,
- X 0x50, 0x55, 0x55, 0x55, 0x55, 0xa0, 0xaa, 0xaa, 0xaa, 0xaa, 0x40, 0x55,
- X 0x55, 0x55, 0x55, 0x80, 0xaa, 0xaa, 0xaa, 0xaa};
- X
- X
- X
- X
- END_OF_FILE
- if test 1332 -ne `wc -c <'bitmaps/chinese_piece/major.xbm'`; then
- echo shar: \"'bitmaps/chinese_piece/major.xbm'\" unpacked with wrong size!
- fi
- # end of 'bitmaps/chinese_piece/major.xbm'
- fi
- if test -f 'bitmaps/chinese_piece/marshal.xbm' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'bitmaps/chinese_piece/marshal.xbm'\"
- else
- echo shar: Extracting \"'bitmaps/chinese_piece/marshal.xbm'\" \(1338 characters\)
- sed "s/^X//" >'bitmaps/chinese_piece/marshal.xbm' <<'END_OF_FILE'
- X#define marshal_width 40
- X#define marshal_height 40
- Xstatic char marshal_bits[] = {
- X 0xff, 0xff, 0xff, 0xff, 0x07, 0xff, 0xff, 0xff, 0xff, 0x0f, 0xff, 0xff,
- X 0xff, 0xff, 0x17, 0xff, 0xff, 0xff, 0xff, 0x2f, 0xff, 0xff, 0xff, 0xff,
- X 0x57, 0xff, 0xff, 0xff, 0xff, 0xaf, 0xff, 0xff, 0xef, 0xff, 0x57, 0xff,
- X 0xef, 0xef, 0xff, 0xaf, 0x0f, 0xe0, 0xd7, 0xff, 0x57, 0xff, 0xef, 0xbb,
- X 0xff, 0xaf, 0x1f, 0xe8, 0x7d, 0xff, 0x57, 0xff, 0x6f, 0x82, 0xf8, 0xaf,
- X 0x1f, 0xe8, 0xff, 0xff, 0x57, 0xdf, 0xeb, 0x01, 0xff, 0xaf, 0xdf, 0xeb,
- X 0x77, 0xff, 0x57, 0xdf, 0xeb, 0x77, 0xff, 0xaf, 0x1f, 0xe8, 0x77, 0xff,
- X 0x57, 0xff, 0xef, 0x77, 0xff, 0xaf, 0xff, 0xef, 0x97, 0xff, 0x57, 0xff,
- X 0xed, 0xf7, 0xff, 0xaf, 0xff, 0xf3, 0xf7, 0xff, 0x57, 0xff, 0xff, 0xff,
- X 0xff, 0xaf, 0xff, 0xff, 0xff, 0xff, 0x57, 0xff, 0xff, 0xff, 0xff, 0xaf,
- X 0xff, 0xff, 0xff, 0xff, 0x57, 0x07, 0x00, 0x00, 0xe0, 0xaf, 0xff, 0xff,
- X 0xff, 0xff, 0x57, 0x07, 0x00, 0x00, 0xe0, 0xaf, 0xff, 0xff, 0xff, 0xff,
- X 0x57, 0xff, 0xff, 0xff, 0xff, 0xaf, 0xff, 0xff, 0xff, 0xff, 0x57, 0xff,
- X 0xff, 0xff, 0xff, 0xaf, 0xff, 0xff, 0xff, 0xff, 0x57, 0xaa, 0xaa, 0xaa,
- X 0xaa, 0xaa, 0x54, 0x55, 0x55, 0x55, 0x55, 0xa8, 0xaa, 0xaa, 0xaa, 0xaa,
- X 0x50, 0x55, 0x55, 0x55, 0x55, 0xa0, 0xaa, 0xaa, 0xaa, 0xaa, 0x40, 0x55,
- X 0x55, 0x55, 0x55, 0x80, 0xaa, 0xaa, 0xaa, 0xaa};
- X
- X
- X
- X
- END_OF_FILE
- if test 1338 -ne `wc -c <'bitmaps/chinese_piece/marshal.xbm'`; then
- echo shar: \"'bitmaps/chinese_piece/marshal.xbm'\" unpacked with wrong size!
- fi
- # end of 'bitmaps/chinese_piece/marshal.xbm'
- fi
- if test -f 'bitmaps/chinese_piece/mine.xbm' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'bitmaps/chinese_piece/mine.xbm'\"
- else
- echo shar: Extracting \"'bitmaps/chinese_piece/mine.xbm'\" \(1329 characters\)
- sed "s/^X//" >'bitmaps/chinese_piece/mine.xbm' <<'END_OF_FILE'
- X#define mine_width 40
- X#define mine_height 40
- Xstatic char mine_bits[] = {
- X 0xff, 0xff, 0xff, 0xff, 0x07, 0xff, 0xff, 0xff, 0xff, 0x0f, 0xff, 0xff,
- X 0xff, 0xff, 0x17, 0xff, 0xff, 0xff, 0xff, 0x2f, 0xff, 0xff, 0xff, 0xff,
- X 0x57, 0xff, 0xff, 0xff, 0xff, 0xaf, 0xff, 0xff, 0xff, 0xff, 0x57, 0xff,
- X 0xef, 0x07, 0xf0, 0xaf, 0xbf, 0xed, 0x7f, 0xff, 0x57, 0xbf, 0x6d, 0x03,
- X 0xe0, 0xaf, 0xbf, 0x00, 0x7b, 0xef, 0x57, 0x1f, 0x6d, 0x4b, 0xe9, 0xaf,
- X 0xbf, 0x6d, 0x7b, 0xef, 0x57, 0xbf, 0x6d, 0x4b, 0xe9, 0xaf, 0xbf, 0x6d,
- X 0x7b, 0xef, 0x57, 0xbf, 0x2d, 0xf7, 0xf7, 0xaf, 0xbf, 0x6d, 0x07, 0xf0,
- X 0x57, 0x3f, 0xfd, 0x77, 0xf7, 0xaf, 0xbf, 0xfd, 0x07, 0xf0, 0x57, 0xdf,
- X 0x7d, 0x77, 0xf7, 0xaf, 0xff, 0x83, 0x07, 0xf0, 0x57, 0xff, 0xff, 0xff,
- X 0xff, 0xaf, 0xff, 0xff, 0xff, 0xff, 0x57, 0xff, 0xff, 0xff, 0xff, 0xaf,
- X 0xff, 0xff, 0xff, 0xff, 0x57, 0x07, 0x00, 0x00, 0xe0, 0xaf, 0xff, 0xff,
- X 0xff, 0xff, 0x57, 0x07, 0x00, 0x00, 0xe0, 0xaf, 0xff, 0xff, 0xff, 0xff,
- X 0x57, 0xff, 0xff, 0xff, 0xff, 0xaf, 0xff, 0xff, 0xff, 0xff, 0x57, 0xff,
- X 0xff, 0xff, 0xff, 0xaf, 0xff, 0xff, 0xff, 0xff, 0x57, 0xaa, 0xaa, 0xaa,
- X 0xaa, 0xaa, 0x54, 0x55, 0x55, 0x55, 0x55, 0xa8, 0xaa, 0xaa, 0xaa, 0xaa,
- X 0x50, 0x55, 0x55, 0x55, 0x55, 0xa0, 0xaa, 0xaa, 0xaa, 0xaa, 0x40, 0x55,
- X 0x55, 0x55, 0x55, 0x80, 0xaa, 0xaa, 0xaa, 0xaa};
- X
- X
- X
- X
- END_OF_FILE
- if test 1329 -ne `wc -c <'bitmaps/chinese_piece/mine.xbm'`; then
- echo shar: \"'bitmaps/chinese_piece/mine.xbm'\" unpacked with wrong size!
- fi
- # end of 'bitmaps/chinese_piece/mine.xbm'
- fi
- if test -f 'bitmaps/chinese_piece/sapper.xbm' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'bitmaps/chinese_piece/sapper.xbm'\"
- else
- echo shar: Extracting \"'bitmaps/chinese_piece/sapper.xbm'\" \(1335 characters\)
- sed "s/^X//" >'bitmaps/chinese_piece/sapper.xbm' <<'END_OF_FILE'
- X#define sapper_width 40
- X#define sapper_height 40
- Xstatic char sapper_bits[] = {
- X 0xff, 0xff, 0xff, 0xff, 0x07, 0xff, 0xff, 0xff, 0xff, 0x0f, 0xff, 0xff,
- X 0xff, 0xff, 0x17, 0xff, 0xff, 0xff, 0xff, 0x2f, 0xff, 0xff, 0xff, 0xff,
- X 0x57, 0xff, 0xff, 0xff, 0xff, 0xaf, 0xff, 0xff, 0xff, 0xff, 0x57, 0xff,
- X 0xff, 0xff, 0xf7, 0xaf, 0x1f, 0xc0, 0x03, 0xf8, 0x57, 0xff, 0xfd, 0xf7,
- X 0xff, 0xaf, 0xff, 0xfd, 0x07, 0xf8, 0x57, 0xff, 0xfd, 0xf7, 0xfd, 0xaf,
- X 0xff, 0xfd, 0xf7, 0xfd, 0x57, 0xff, 0xfd, 0xf7, 0xfd, 0xaf, 0xff, 0xfd,
- X 0xf7, 0xfd, 0x57, 0xff, 0xfd, 0x01, 0xf0, 0xaf, 0xff, 0xfd, 0xff, 0xff,
- X 0x57, 0xff, 0xfd, 0xf7, 0xfe, 0xaf, 0xff, 0xfd, 0xf7, 0xfd, 0x57, 0xff,
- X 0xfe, 0xf7, 0xfb, 0xaf, 0x0f, 0x80, 0xf9, 0xf7, 0x57, 0xff, 0xff, 0xff,
- X 0xf3, 0xaf, 0xff, 0xff, 0xff, 0xff, 0x57, 0xff, 0xff, 0xff, 0xff, 0xaf,
- X 0xff, 0xff, 0xff, 0xff, 0x57, 0x07, 0x00, 0x00, 0xe0, 0xaf, 0xff, 0xff,
- X 0xff, 0xff, 0x57, 0x07, 0x00, 0x00, 0xe0, 0xaf, 0xff, 0xff, 0xff, 0xff,
- X 0x57, 0xff, 0xff, 0xff, 0xff, 0xaf, 0xff, 0xff, 0xff, 0xff, 0x57, 0xff,
- X 0xff, 0xff, 0xff, 0xaf, 0xff, 0xff, 0xff, 0xff, 0x57, 0xaa, 0xaa, 0xaa,
- X 0xaa, 0xaa, 0x54, 0x55, 0x55, 0x55, 0x55, 0xa8, 0xaa, 0xaa, 0xaa, 0xaa,
- X 0x50, 0x55, 0x55, 0x55, 0x55, 0xa0, 0xaa, 0xaa, 0xaa, 0xaa, 0x40, 0x55,
- X 0x55, 0x55, 0x55, 0x80, 0xaa, 0xaa, 0xaa, 0xaa};
- X
- X
- X
- X
- END_OF_FILE
- if test 1335 -ne `wc -c <'bitmaps/chinese_piece/sapper.xbm'`; then
- echo shar: \"'bitmaps/chinese_piece/sapper.xbm'\" unpacked with wrong size!
- fi
- # end of 'bitmaps/chinese_piece/sapper.xbm'
- fi
- if test -f 'bitmaps/go.xbm' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'bitmaps/go.xbm'\"
- else
- echo shar: Extracting \"'bitmaps/go.xbm'\" \(3273 characters\)
- sed "s/^X//" >'bitmaps/go.xbm' <<'END_OF_FILE'
- X#define go_width 64
- X#define go_height 64
- Xstatic char go_bits[] = {
- X 0x00, 0x00, 0x00, 0xfc, 0x1f, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0xff,
- X 0xff, 0x01, 0x00, 0x00, 0x00, 0x00, 0xf8, 0xff, 0xff, 0x0f, 0x00, 0x00,
- X 0x00, 0x00, 0xfe, 0xff, 0xff, 0x3f, 0x00, 0x00, 0x00, 0x80, 0xff, 0xff,
- X 0xff, 0xff, 0x00, 0x00, 0x00, 0xc0, 0xff, 0x83, 0xe0, 0xff, 0x01, 0x00,
- X 0x00, 0xf0, 0x7f, 0x80, 0x00, 0xff, 0x07, 0x00, 0x00, 0xf8, 0x0f, 0xc0,
- X 0x01, 0xf8, 0x0f, 0x00, 0x00, 0xfc, 0x03, 0xc0, 0x01, 0xe0, 0x1f, 0x00,
- X 0x00, 0xfe, 0x00, 0xe0, 0x03, 0x80, 0x3f, 0x00, 0x00, 0x7f, 0x00, 0xf0,
- X 0x07, 0x00, 0x7f, 0x00, 0x80, 0x3f, 0x00, 0xf0, 0x07, 0x00, 0xfe, 0x00,
- X 0xc0, 0x1f, 0x00, 0xf0, 0x07, 0x00, 0xfc, 0x01, 0xc0, 0x0f, 0x00, 0xf8,
- X 0x0f, 0x00, 0xf8, 0x01, 0xe0, 0x07, 0x00, 0xfc, 0x1f, 0x00, 0xf0, 0x03,
- X 0xf0, 0x03, 0x00, 0xfc, 0x1f, 0x00, 0xe0, 0x07, 0xf0, 0x01, 0x00, 0xfe,
- X 0x3f, 0x00, 0xc0, 0x07, 0xf8, 0x01, 0x00, 0xfe, 0x3f, 0x00, 0xc0, 0x0f,
- X 0xf8, 0x00, 0x00, 0xff, 0x7f, 0x00, 0x80, 0x0f, 0xfc, 0x00, 0x00, 0xff,
- X 0x7f, 0x00, 0x80, 0x1f, 0x7c, 0x00, 0x00, 0xff, 0x7f, 0x00, 0x00, 0x1f,
- X 0x7c, 0x00, 0x00, 0xe0, 0x03, 0x00, 0x00, 0x1f, 0x7e, 0x00, 0x00, 0xe0,
- X 0x03, 0x00, 0x00, 0x3f, 0x3e, 0x00, 0x00, 0xe0, 0x03, 0x00, 0x00, 0x3e,
- X 0x3e, 0x00, 0x00, 0xe0, 0x03, 0x00, 0x00, 0x3e, 0x3e, 0x00, 0x00, 0xe0,
- X 0x03, 0x00, 0x00, 0x3e, 0x1f, 0x00, 0x00, 0xe0, 0x03, 0x00, 0x00, 0x7c,
- X 0x1f, 0x00, 0x00, 0xe0, 0x03, 0x00, 0x00, 0x7c, 0x1f, 0x00, 0x00, 0xe0,
- X 0x03, 0x00, 0x00, 0x7c, 0x1f, 0x00, 0x00, 0xe0, 0x03, 0x00, 0x00, 0x7c,
- X 0x1f, 0x00, 0x00, 0xe0, 0x03, 0x00, 0x00, 0x7c, 0x1f, 0x00, 0x00, 0xe0,
- X 0x03, 0x00, 0x00, 0x7c, 0x1f, 0x00, 0x00, 0xe0, 0x03, 0x00, 0x00, 0x7c,
- X 0x1f, 0x00, 0x00, 0xe0, 0x03, 0x00, 0x00, 0x7c, 0x1f, 0x00, 0x00, 0xe0,
- X 0x03, 0x00, 0x00, 0x7c, 0x1f, 0x00, 0x00, 0xe0, 0x03, 0x00, 0x00, 0x7c,
- X 0x1f, 0x00, 0x00, 0xe0, 0x03, 0x00, 0x00, 0x7c, 0x3e, 0x00, 0x00, 0xe0,
- X 0x03, 0x00, 0x00, 0x3e, 0x3e, 0x00, 0x00, 0xe0, 0x03, 0x00, 0x00, 0x3e,
- X 0x3e, 0x00, 0x00, 0xe0, 0x03, 0x00, 0x00, 0x3e, 0x7e, 0x00, 0x00, 0xe0,
- X 0x03, 0x00, 0x00, 0x3f, 0x7c, 0x00, 0x00, 0xe0, 0x03, 0x00, 0x00, 0x1f,
- X 0x7c, 0x00, 0x00, 0xe0, 0x03, 0x00, 0x00, 0x1f, 0xfc, 0x00, 0x00, 0xe0,
- X 0x03, 0x00, 0x80, 0x1f, 0xf8, 0x00, 0x00, 0xe0, 0x03, 0x00, 0x80, 0x0f,
- X 0xf8, 0x01, 0x00, 0xe0, 0x03, 0x00, 0xc0, 0x0f, 0xf0, 0x01, 0x00, 0xe0,
- X 0x03, 0x00, 0xc0, 0x07, 0xf0, 0x03, 0x00, 0xe0, 0x03, 0x00, 0xe0, 0x07,
- X 0xe0, 0x07, 0x00, 0xe0, 0x03, 0x00, 0xf0, 0x03, 0xc0, 0x0f, 0x00, 0xe0,
- X 0x03, 0x00, 0xf8, 0x01, 0xc0, 0x1f, 0x00, 0xe0, 0x03, 0x00, 0xfc, 0x01,
- X 0x80, 0x3f, 0x00, 0xe0, 0x03, 0x00, 0xfe, 0x00, 0x80, 0x7f, 0x00, 0xe0,
- X 0x03, 0x00, 0x7f, 0x00, 0x00, 0xfe, 0x00, 0xe0, 0x03, 0x80, 0x3f, 0x00,
- X 0x00, 0xfc, 0x03, 0xe0, 0x03, 0xe0, 0x1f, 0x00, 0x00, 0xf8, 0x0f, 0xe0,
- X 0x03, 0xf8, 0x0f, 0x00, 0x00, 0xf0, 0x7f, 0x00, 0x00, 0xff, 0x07, 0x00,
- X 0x00, 0xc0, 0xff, 0x03, 0xe0, 0xff, 0x01, 0x00, 0x00, 0x80, 0xff, 0xff,
- X 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0xfe, 0xff, 0xff, 0x3f, 0x00, 0x00,
- X 0x00, 0x00, 0xf8, 0xff, 0xff, 0x0f, 0x00, 0x00, 0x00, 0x00, 0xc0, 0xff,
- X 0xff, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfc, 0x1f, 0x00, 0x00, 0x00,
- X 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
- X
- X
- X
- X
- END_OF_FILE
- if test 3273 -ne `wc -c <'bitmaps/go.xbm'`; then
- echo shar: \"'bitmaps/go.xbm'\" unpacked with wrong size!
- fi
- # end of 'bitmaps/go.xbm'
- fi
- if test -f 'bitmaps/image_piece/bomb.xbm' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'bitmaps/image_piece/bomb.xbm'\"
- else
- echo shar: Extracting \"'bitmaps/image_piece/bomb.xbm'\" \(1327 characters\)
- sed "s/^X//" >'bitmaps/image_piece/bomb.xbm' <<'END_OF_FILE'
- X#define bomb_width 40
- X#define bomb_height 40
- Xstatic char bomb_bits[] = {
- X 0xff, 0xff, 0xff, 0xff, 0x07, 0xff, 0xff, 0xde, 0xfc, 0x0f, 0xff, 0xdf,
- X 0x6d, 0xff, 0x17, 0xff, 0x3f, 0xe7, 0xff, 0x2f, 0xff, 0xff, 0x37, 0xff,
- X 0x57, 0xff, 0xff, 0xf1, 0xfe, 0xaf, 0xff, 0xff, 0xdd, 0xff, 0x57, 0xff,
- X 0xff, 0xbd, 0xff, 0xaf, 0xff, 0xff, 0x7d, 0xff, 0x57, 0xff, 0xff, 0xf8,
- X 0xff, 0xaf, 0xff, 0x3f, 0xe0, 0xff, 0x57, 0xff, 0x3f, 0xe0, 0xff, 0xaf,
- X 0xff, 0x1f, 0xc0, 0xff, 0x57, 0xff, 0x1f, 0xc0, 0xff, 0xaf, 0xff, 0x0f,
- X 0x80, 0xff, 0x57, 0xff, 0x07, 0x00, 0xff, 0xaf, 0xff, 0x83, 0x07, 0xfe,
- X 0x57, 0xff, 0x81, 0x08, 0xfc, 0xaf, 0xff, 0x81, 0x08, 0xfc, 0x57, 0xff,
- X 0x80, 0x08, 0xf8, 0xaf, 0xff, 0x80, 0x07, 0xf8, 0x57, 0xff, 0x80, 0x08,
- X 0xf8, 0xaf, 0xff, 0x80, 0x08, 0xf8, 0x57, 0xff, 0x80, 0x08, 0xf8, 0xaf,
- X 0xff, 0x81, 0x08, 0xfc, 0x57, 0xff, 0x81, 0x07, 0xfc, 0xaf, 0xff, 0x03,
- X 0x00, 0xfe, 0x57, 0xff, 0x07, 0x00, 0xff, 0xaf, 0xff, 0x0f, 0x80, 0xff,
- X 0x57, 0xff, 0x1f, 0xc0, 0xff, 0xaf, 0xff, 0xff, 0xff, 0xff, 0x57, 0xff,
- X 0xff, 0xff, 0xff, 0xaf, 0xff, 0xff, 0xff, 0xff, 0x57, 0xaa, 0xaa, 0xaa,
- X 0xaa, 0xaa, 0x54, 0x55, 0x55, 0x55, 0x55, 0xa8, 0xaa, 0xaa, 0xaa, 0xaa,
- X 0x50, 0x55, 0x55, 0x55, 0x55, 0xa0, 0xaa, 0xaa, 0xaa, 0xaa, 0x40, 0x55,
- X 0x55, 0x55, 0x55, 0x80, 0xaa, 0xaa, 0xaa, 0xaa};
- X
- X
- END_OF_FILE
- if test 1327 -ne `wc -c <'bitmaps/image_piece/bomb.xbm'`; then
- echo shar: \"'bitmaps/image_piece/bomb.xbm'\" unpacked with wrong size!
- fi
- # end of 'bitmaps/image_piece/bomb.xbm'
- fi
- if test -f 'bitmaps/image_piece/brigadier.xbm' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'bitmaps/image_piece/brigadier.xbm'\"
- else
- echo shar: Extracting \"'bitmaps/image_piece/brigadier.xbm'\" \(1342 characters\)
- sed "s/^X//" >'bitmaps/image_piece/brigadier.xbm' <<'END_OF_FILE'
- X#define brigadier_width 40
- X#define brigadier_height 40
- Xstatic char brigadier_bits[] = {
- X 0xff, 0xff, 0xff, 0xff, 0x07, 0xff, 0xff, 0xff, 0xff, 0x0f, 0xff, 0xff,
- X 0xff, 0xff, 0x17, 0xff, 0xff, 0xff, 0xff, 0x2f, 0xff, 0xff, 0xff, 0xff,
- X 0x57, 0xff, 0xff, 0xff, 0xff, 0xaf, 0xff, 0xff, 0xff, 0xff, 0x57, 0xff,
- X 0xff, 0xff, 0xff, 0xaf, 0xff, 0xfb, 0xff, 0xfe, 0x57, 0xff, 0xfb, 0xff,
- X 0xfe, 0xaf, 0xff, 0xf1, 0x7f, 0xfc, 0x57, 0x07, 0x00, 0x00, 0x00, 0xaf,
- X 0x0f, 0x00, 0x02, 0x80, 0x57, 0x1f, 0x00, 0x07, 0xc0, 0xaf, 0x00, 0x00,
- X 0x00, 0x00, 0x50, 0x00, 0x00, 0x00, 0x00, 0xa8, 0x7f, 0xc0, 0x1f, 0xf0,
- X 0x57, 0xff, 0xe0, 0x3f, 0xf8, 0xaf, 0x7f, 0xc0, 0x1f, 0xf0, 0x57, 0x7f,
- X 0xc0, 0x1f, 0xf0, 0xaf, 0x00, 0x00, 0x00, 0x00, 0x50, 0x00, 0x00, 0x00,
- X 0x00, 0xa8, 0x3f, 0x8e, 0x8f, 0xe3, 0x57, 0x3f, 0x9f, 0xcf, 0xe7, 0xaf,
- X 0x3f, 0x9f, 0xcf, 0xe7, 0x57, 0x9f, 0x3f, 0xe7, 0xcf, 0xaf, 0xdf, 0x7f,
- X 0xf7, 0xdf, 0x57, 0xff, 0xff, 0xff, 0xff, 0xaf, 0xff, 0xff, 0xff, 0xff,
- X 0x57, 0xff, 0xff, 0xff, 0xff, 0xaf, 0xff, 0xff, 0xff, 0xff, 0x57, 0xff,
- X 0xff, 0xff, 0xff, 0xaf, 0xff, 0xff, 0xff, 0xff, 0x57, 0xaa, 0xaa, 0xaa,
- X 0xaa, 0xaa, 0x54, 0x55, 0x55, 0x55, 0x55, 0xa8, 0xaa, 0xaa, 0xaa, 0xaa,
- X 0x50, 0x55, 0x55, 0x55, 0x55, 0xa0, 0xaa, 0xaa, 0xaa, 0xaa, 0x40, 0x55,
- X 0x55, 0x55, 0x55, 0x80, 0xaa, 0xaa, 0xaa, 0xaa};
- X
- X
- END_OF_FILE
- if test 1342 -ne `wc -c <'bitmaps/image_piece/brigadier.xbm'`; then
- echo shar: \"'bitmaps/image_piece/brigadier.xbm'\" unpacked with wrong size!
- fi
- # end of 'bitmaps/image_piece/brigadier.xbm'
- fi
- if test -f 'bitmaps/image_piece/captain.xbm' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'bitmaps/image_piece/captain.xbm'\"
- else
- echo shar: Extracting \"'bitmaps/image_piece/captain.xbm'\" \(1336 characters\)
- sed "s/^X//" >'bitmaps/image_piece/captain.xbm' <<'END_OF_FILE'
- X#define captain_width 40
- X#define captain_height 40
- Xstatic char captain_bits[] = {
- X 0xff, 0xff, 0xff, 0xff, 0x07, 0xff, 0xff, 0xff, 0xff, 0x0f, 0xff, 0xff,
- X 0xff, 0xff, 0x17, 0xff, 0xff, 0xff, 0xff, 0x2f, 0xff, 0xff, 0xff, 0xff,
- X 0x57, 0xff, 0xff, 0xff, 0xff, 0xaf, 0xff, 0xff, 0xff, 0xff, 0x57, 0xff,
- X 0xff, 0xff, 0xff, 0xaf, 0xff, 0xff, 0xff, 0xff, 0x57, 0xff, 0xff, 0xff,
- X 0xff, 0xaf, 0xc3, 0x1f, 0x86, 0x3f, 0x54, 0xc3, 0x1f, 0x86, 0x3f, 0xac,
- X 0xef, 0xbf, 0xdf, 0x7f, 0x57, 0xcf, 0x98, 0x9f, 0x31, 0xaf, 0x3f, 0xe0,
- X 0x7f, 0xc0, 0x57, 0x3f, 0xe0, 0x7f, 0xc0, 0xaf, 0x3f, 0xe0, 0x7f, 0xc0,
- X 0x57, 0x3f, 0xe0, 0x7f, 0xc0, 0xaf, 0x3f, 0xe0, 0x7f, 0xc0, 0x57, 0xcf,
- X 0x98, 0x9f, 0x31, 0xaf, 0xef, 0xbf, 0xdf, 0x7f, 0x57, 0xc3, 0x1f, 0x86,
- X 0x3f, 0xac, 0xc3, 0x1f, 0x86, 0x3f, 0x54, 0xff, 0xff, 0xff, 0xff, 0xaf,
- X 0xff, 0xff, 0xff, 0xff, 0x57, 0xff, 0xff, 0xff, 0xff, 0xaf, 0xff, 0xff,
- X 0xff, 0xff, 0x57, 0xff, 0xff, 0xff, 0xff, 0xaf, 0xff, 0xff, 0xff, 0xff,
- X 0x57, 0xff, 0xff, 0xff, 0xff, 0xaf, 0xff, 0xff, 0xff, 0xff, 0x57, 0xff,
- X 0xff, 0xff, 0xff, 0xaf, 0xff, 0xff, 0xff, 0xff, 0x57, 0xaa, 0xaa, 0xaa,
- X 0xaa, 0xaa, 0x54, 0x55, 0x55, 0x55, 0x55, 0xa8, 0xaa, 0xaa, 0xaa, 0xaa,
- X 0x50, 0x55, 0x55, 0x55, 0x55, 0xa0, 0xaa, 0xaa, 0xaa, 0xaa, 0x40, 0x55,
- X 0x55, 0x55, 0x55, 0x80, 0xaa, 0xaa, 0xaa, 0xaa};
- X
- X
- END_OF_FILE
- if test 1336 -ne `wc -c <'bitmaps/image_piece/captain.xbm'`; then
- echo shar: \"'bitmaps/image_piece/captain.xbm'\" unpacked with wrong size!
- fi
- # end of 'bitmaps/image_piece/captain.xbm'
- fi
- if test -f 'bitmaps/image_piece/colonel.xbm' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'bitmaps/image_piece/colonel.xbm'\"
- else
- echo shar: Extracting \"'bitmaps/image_piece/colonel.xbm'\" \(1336 characters\)
- sed "s/^X//" >'bitmaps/image_piece/colonel.xbm' <<'END_OF_FILE'
- X#define colonel_width 40
- X#define colonel_height 40
- Xstatic char colonel_bits[] = {
- X 0xff, 0xff, 0xff, 0xff, 0x07, 0xff, 0xff, 0xff, 0xff, 0x0f, 0xff, 0xff,
- X 0xff, 0xff, 0x17, 0xff, 0xff, 0xff, 0xff, 0x2f, 0xff, 0xff, 0xff, 0xff,
- X 0x57, 0xff, 0xff, 0xff, 0xff, 0xaf, 0xff, 0xff, 0xff, 0xff, 0x57, 0xff,
- X 0xff, 0xfd, 0xff, 0xaf, 0xff, 0xff, 0xfd, 0xff, 0x57, 0xff, 0xff, 0xf8,
- X 0xff, 0xaf, 0xff, 0xff, 0xf8, 0xff, 0x57, 0xff, 0x03, 0x00, 0xfe, 0xaf,
- X 0xff, 0x07, 0x00, 0xff, 0x57, 0x00, 0x00, 0x00, 0x00, 0xa8, 0x00, 0x00,
- X 0x00, 0x00, 0x50, 0xff, 0x1f, 0xc0, 0xff, 0xaf, 0xff, 0x3f, 0xe0, 0xff,
- X 0x57, 0xff, 0x3f, 0xe0, 0xff, 0xaf, 0xff, 0x3f, 0xe0, 0xff, 0x57, 0xff,
- X 0x3f, 0xe0, 0xff, 0xaf, 0x00, 0x00, 0x00, 0x00, 0x50, 0x00, 0x00, 0x00,
- X 0x00, 0xa8, 0xff, 0x1f, 0xc7, 0xff, 0x57, 0xff, 0x9f, 0xcf, 0xff, 0xaf,
- X 0xff, 0xcf, 0x9f, 0xff, 0x57, 0xff, 0xef, 0xbf, 0xff, 0xaf, 0xff, 0xff,
- X 0xff, 0xff, 0x57, 0xff, 0xff, 0xff, 0xff, 0xaf, 0xff, 0xff, 0xff, 0xff,
- X 0x57, 0xff, 0xff, 0xff, 0xff, 0xaf, 0xff, 0xff, 0xff, 0xff, 0x57, 0xff,
- X 0xff, 0xff, 0xff, 0xaf, 0xff, 0xff, 0xff, 0xff, 0x57, 0xaa, 0xaa, 0xaa,
- X 0xaa, 0xaa, 0x54, 0x55, 0x55, 0x55, 0x55, 0xa8, 0xaa, 0xaa, 0xaa, 0xaa,
- X 0x50, 0x55, 0x55, 0x55, 0x55, 0xa0, 0xaa, 0xaa, 0xaa, 0xaa, 0x40, 0x55,
- X 0x55, 0x55, 0x55, 0x80, 0xaa, 0xaa, 0xaa, 0xaa};
- X
- X
- END_OF_FILE
- if test 1336 -ne `wc -c <'bitmaps/image_piece/colonel.xbm'`; then
- echo shar: \"'bitmaps/image_piece/colonel.xbm'\" unpacked with wrong size!
- fi
- # end of 'bitmaps/image_piece/colonel.xbm'
- fi
- if test -f 'bitmaps/image_piece/colours.xbm' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'bitmaps/image_piece/colours.xbm'\"
- else
- echo shar: Extracting \"'bitmaps/image_piece/colours.xbm'\" \(1336 characters\)
- sed "s/^X//" >'bitmaps/image_piece/colours.xbm' <<'END_OF_FILE'
- X#define colours_width 40
- X#define colours_height 40
- Xstatic char colours_bits[] = {
- X 0xff, 0xff, 0xff, 0xff, 0x07, 0xff, 0xff, 0xff, 0xff, 0x0f, 0xff, 0xff,
- X 0xff, 0xfc, 0x17, 0xff, 0xff, 0x7f, 0xf8, 0x2f, 0xff, 0xff, 0xff, 0xfc,
- X 0x57, 0xcf, 0xff, 0x1f, 0xfc, 0xaf, 0x0f, 0xff, 0x07, 0xfc, 0x57, 0x0f,
- X 0xfc, 0x61, 0xfc, 0xaf, 0x0f, 0x00, 0x40, 0xfc, 0x57, 0x1f, 0x00, 0x40,
- X 0xfc, 0xaf, 0x9f, 0x03, 0x78, 0xfc, 0x57, 0x3f, 0xe1, 0x41, 0xfc, 0xaf,
- X 0x3f, 0x23, 0x43, 0xfc, 0x57, 0x3f, 0x62, 0x41, 0xfc, 0xaf, 0x1f, 0x42,
- X 0x70, 0xfc, 0x57, 0x1f, 0xe2, 0x01, 0xfc, 0xaf, 0x8f, 0x0f, 0x00, 0xfc,
- X 0x57, 0x0f, 0x00, 0xf8, 0xfc, 0xaf, 0x0f, 0xf8, 0xff, 0xfc, 0x57, 0xef,
- X 0xff, 0xff, 0xfc, 0xaf, 0xff, 0xff, 0xff, 0xfc, 0x57, 0xff, 0xff, 0xff,
- X 0xfc, 0xaf, 0xff, 0xff, 0xff, 0xfc, 0x57, 0xff, 0xff, 0xff, 0xfc, 0xaf,
- X 0xff, 0xff, 0xff, 0xfc, 0x57, 0xff, 0xff, 0xff, 0xfc, 0xaf, 0xff, 0xff,
- X 0xff, 0xfc, 0x57, 0xff, 0xff, 0xff, 0xfc, 0xaf, 0xff, 0xff, 0xff, 0xfc,
- X 0x57, 0xff, 0xff, 0xff, 0xfc, 0xaf, 0x0f, 0x00, 0x00, 0x80, 0x57, 0x0f,
- X 0x00, 0x00, 0x80, 0xaf, 0xff, 0xff, 0xff, 0xff, 0x57, 0xaa, 0xaa, 0xaa,
- X 0xaa, 0xaa, 0x54, 0x55, 0x55, 0x55, 0x55, 0xa8, 0xaa, 0xaa, 0xaa, 0xaa,
- X 0x50, 0x55, 0x55, 0x55, 0x55, 0xa0, 0xaa, 0xaa, 0xaa, 0xaa, 0x40, 0x55,
- X 0x55, 0x55, 0x55, 0x80, 0xaa, 0xaa, 0xaa, 0xaa};
- X
- X
- END_OF_FILE
- if test 1336 -ne `wc -c <'bitmaps/image_piece/colours.xbm'`; then
- echo shar: \"'bitmaps/image_piece/colours.xbm'\" unpacked with wrong size!
- fi
- # end of 'bitmaps/image_piece/colours.xbm'
- fi
- if test -f 'bitmaps/image_piece/f_lieutenant.xbm' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'bitmaps/image_piece/f_lieutenant.xbm'\"
- else
- echo shar: Extracting \"'bitmaps/image_piece/f_lieutenant.xbm'\" \(1351 characters\)
- sed "s/^X//" >'bitmaps/image_piece/f_lieutenant.xbm' <<'END_OF_FILE'
- X#define f_lieutenant_width 40
- X#define f_lieutenant_height 40
- Xstatic char f_lieutenant_bits[] = {
- X 0xff, 0xff, 0xff, 0xff, 0x07, 0xff, 0xff, 0xff, 0xff, 0x0f, 0xff, 0xff,
- X 0xff, 0xff, 0x17, 0xff, 0xff, 0xff, 0xff, 0x2f, 0xff, 0xff, 0xff, 0xff,
- X 0x57, 0xff, 0xff, 0xff, 0xff, 0xaf, 0xff, 0xff, 0xff, 0xff, 0x57, 0xff,
- X 0xff, 0xff, 0xff, 0xaf, 0xff, 0xff, 0xff, 0xff, 0x57, 0xff, 0xff, 0xff,
- X 0xff, 0xaf, 0xff, 0xe1, 0x0f, 0xff, 0x57, 0xff, 0xe1, 0x0f, 0xff, 0xaf,
- X 0xff, 0xf7, 0xdf, 0xff, 0x57, 0xff, 0x67, 0xcc, 0xff, 0xaf, 0xff, 0x1f,
- X 0xf0, 0xff, 0x57, 0xff, 0x1f, 0xf0, 0xff, 0xaf, 0xff, 0x1f, 0xf0, 0xff,
- X 0x57, 0xff, 0x1f, 0xf0, 0xff, 0xaf, 0xff, 0x1f, 0xf0, 0xff, 0x57, 0xff,
- X 0x67, 0xcc, 0xff, 0xaf, 0xff, 0xf7, 0xdf, 0xff, 0x57, 0xff, 0xe1, 0x0f,
- X 0xff, 0xaf, 0xff, 0xe1, 0x0f, 0xff, 0x57, 0xff, 0xff, 0xff, 0xff, 0xaf,
- X 0xff, 0xff, 0xff, 0xff, 0x57, 0xff, 0xff, 0xff, 0xff, 0xaf, 0xff, 0xff,
- X 0xff, 0xff, 0x57, 0xff, 0xff, 0xff, 0xff, 0xaf, 0xff, 0xff, 0xff, 0xff,
- X 0x57, 0xff, 0xff, 0xff, 0xff, 0xaf, 0xff, 0xff, 0xff, 0xff, 0x57, 0xff,
- X 0xff, 0xff, 0xff, 0xaf, 0xff, 0xff, 0xff, 0xff, 0x57, 0xaa, 0xaa, 0xaa,
- X 0xaa, 0xaa, 0x54, 0x55, 0x55, 0x55, 0x55, 0xa8, 0xaa, 0xaa, 0xaa, 0xaa,
- X 0x50, 0x55, 0x55, 0x55, 0x55, 0xa0, 0xaa, 0xaa, 0xaa, 0xaa, 0x40, 0x55,
- X 0x55, 0x55, 0x55, 0x80, 0xaa, 0xaa, 0xaa, 0xaa};
- X
- X
- END_OF_FILE
- if test 1351 -ne `wc -c <'bitmaps/image_piece/f_lieutenant.xbm'`; then
- echo shar: \"'bitmaps/image_piece/f_lieutenant.xbm'\" unpacked with wrong size!
- fi
- # end of 'bitmaps/image_piece/f_lieutenant.xbm'
- fi
- if test -f 'bitmaps/image_piece/general.xbm' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'bitmaps/image_piece/general.xbm'\"
- else
- echo shar: Extracting \"'bitmaps/image_piece/general.xbm'\" \(1336 characters\)
- sed "s/^X//" >'bitmaps/image_piece/general.xbm' <<'END_OF_FILE'
- X#define general_width 40
- X#define general_height 40
- Xstatic char general_bits[] = {
- X 0xff, 0xff, 0xff, 0xff, 0x07, 0xff, 0xff, 0xff, 0xff, 0x0f, 0xff, 0xff,
- X 0xff, 0xff, 0x17, 0xff, 0xff, 0xff, 0xff, 0x2f, 0xef, 0xff, 0xfd, 0xbf,
- X 0x57, 0x9f, 0xff, 0xf8, 0xcf, 0xaf, 0x1f, 0xfe, 0xfa, 0xc3, 0x57, 0xbf,
- X 0x78, 0xf0, 0xe8, 0xaf, 0x3f, 0x70, 0x35, 0xe0, 0x57, 0x7f, 0x22, 0x12,
- X 0xf2, 0xaf, 0x7f, 0x0c, 0x82, 0xf1, 0x57, 0xff, 0x40, 0x20, 0xf8, 0xaf,
- X 0xff, 0x43, 0x22, 0xfe, 0x57, 0xff, 0x71, 0xe0, 0xfc, 0xaf, 0x7f, 0x00,
- X 0x05, 0xf0, 0x57, 0x1f, 0x81, 0x0d, 0xc4, 0xaf, 0x4f, 0x26, 0x22, 0x93,
- X 0x57, 0x1f, 0x81, 0x0d, 0xc4, 0xaf, 0x7f, 0x00, 0x05, 0xf0, 0x57, 0xff,
- X 0x71, 0x70, 0xfc, 0xaf, 0xff, 0x43, 0x12, 0xfe, 0x57, 0xff, 0x40, 0x10,
- X 0xf8, 0xaf, 0x7f, 0x0c, 0x82, 0xf1, 0x57, 0x7f, 0x42, 0x12, 0xf2, 0xaf,
- X 0x3f, 0x60, 0x35, 0xe0, 0x57, 0xbf, 0x78, 0xf0, 0xe8, 0xaf, 0x1f, 0xfe,
- X 0xfa, 0xc3, 0x57, 0x9f, 0xff, 0xf8, 0xcf, 0xaf, 0xef, 0xff, 0xfd, 0xbf,
- X 0x57, 0xff, 0xff, 0xff, 0xff, 0xaf, 0xff, 0xff, 0xff, 0xff, 0x57, 0xff,
- X 0xff, 0xff, 0xff, 0xaf, 0xff, 0xff, 0xff, 0xff, 0x57, 0xaa, 0xaa, 0xaa,
- X 0xaa, 0xaa, 0x54, 0x55, 0x55, 0x55, 0x55, 0xa8, 0xaa, 0xaa, 0xaa, 0xaa,
- X 0x50, 0x55, 0x55, 0x55, 0x55, 0xa0, 0xaa, 0xaa, 0xaa, 0xaa, 0x40, 0x55,
- X 0x55, 0x55, 0x55, 0x80, 0xaa, 0xaa, 0xaa, 0xaa};
- X
- X
- END_OF_FILE
- if test 1336 -ne `wc -c <'bitmaps/image_piece/general.xbm'`; then
- echo shar: \"'bitmaps/image_piece/general.xbm'\" unpacked with wrong size!
- fi
- # end of 'bitmaps/image_piece/general.xbm'
- fi
- if test -f 'bitmaps/image_piece/m_general.xbm' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'bitmaps/image_piece/m_general.xbm'\"
- else
- echo shar: Extracting \"'bitmaps/image_piece/m_general.xbm'\" \(1342 characters\)
- sed "s/^X//" >'bitmaps/image_piece/m_general.xbm' <<'END_OF_FILE'
- X#define m_general_width 40
- X#define m_general_height 40
- Xstatic char m_general_bits[] = {
- X 0xff, 0xff, 0xff, 0xff, 0x07, 0xff, 0xff, 0xff, 0xff, 0x0f, 0xff, 0xff,
- X 0xff, 0xff, 0x17, 0xff, 0xff, 0xff, 0xff, 0x2f, 0xff, 0xff, 0xff, 0xff,
- X 0x57, 0xff, 0xff, 0xff, 0xff, 0xaf, 0xff, 0xff, 0xff, 0xff, 0x57, 0xff,
- X 0xff, 0xff, 0xff, 0xaf, 0xbf, 0xff, 0xfd, 0xef, 0x57, 0xbf, 0xff, 0xfd,
- X 0xef, 0xaf, 0x1f, 0xff, 0xf8, 0xc7, 0x57, 0x01, 0x00, 0x00, 0x00, 0xac,
- X 0x03, 0x18, 0xc0, 0x00, 0x56, 0x07, 0x3c, 0xe0, 0x01, 0xaf, 0x00, 0x00,
- X 0x00, 0x00, 0x50, 0x00, 0x00, 0x00, 0x00, 0xa8, 0x0f, 0x7e, 0xf0, 0x83,
- X 0x57, 0x0f, 0x7e, 0xf0, 0x83, 0xaf, 0x0f, 0x7e, 0xf0, 0x83, 0x57, 0x07,
- X 0x3c, 0xe0, 0x01, 0xaf, 0x00, 0x00, 0x00, 0x00, 0x50, 0x00, 0x00, 0x00,
- X 0x00, 0xa8, 0xe7, 0x3c, 0xe7, 0x39, 0x57, 0xf3, 0x99, 0xcf, 0x7c, 0xae,
- X 0xfb, 0xdb, 0xdf, 0xfe, 0x56, 0xff, 0xff, 0xff, 0xff, 0xaf, 0xff, 0xff,
- X 0xff, 0xff, 0x57, 0xff, 0xff, 0xff, 0xff, 0xaf, 0xff, 0xff, 0xff, 0xff,
- X 0x57, 0xff, 0xff, 0xff, 0xff, 0xaf, 0xff, 0xff, 0xff, 0xff, 0x57, 0xff,
- X 0xff, 0xff, 0xff, 0xaf, 0xff, 0xff, 0xff, 0xff, 0x57, 0xaa, 0xaa, 0xaa,
- X 0xaa, 0xaa, 0x54, 0x55, 0x55, 0x55, 0x55, 0xa8, 0xaa, 0xaa, 0xaa, 0xaa,
- X 0x50, 0x55, 0x55, 0x55, 0x55, 0xa0, 0xaa, 0xaa, 0xaa, 0xaa, 0x40, 0x55,
- X 0x55, 0x55, 0x55, 0x80, 0xaa, 0xaa, 0xaa, 0xaa};
- X
- X
- END_OF_FILE
- if test 1342 -ne `wc -c <'bitmaps/image_piece/m_general.xbm'`; then
- echo shar: \"'bitmaps/image_piece/m_general.xbm'\" unpacked with wrong size!
- fi
- # end of 'bitmaps/image_piece/m_general.xbm'
- fi
- if test -f 'bitmaps/image_piece/major.xbm' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'bitmaps/image_piece/major.xbm'\"
- else
- echo shar: Extracting \"'bitmaps/image_piece/major.xbm'\" \(1330 characters\)
- sed "s/^X//" >'bitmaps/image_piece/major.xbm' <<'END_OF_FILE'
- X#define major_width 40
- X#define major_height 40
- Xstatic char major_bits[] = {
- X 0xff, 0xff, 0xff, 0xff, 0x07, 0xff, 0xff, 0xff, 0xff, 0x0f, 0xff, 0xff,
- X 0xff, 0xff, 0x17, 0xc3, 0x1f, 0x86, 0x3f, 0x2c, 0xc3, 0x1f, 0x86, 0x3f,
- X 0x54, 0xef, 0xbf, 0xdf, 0x7f, 0xaf, 0xcf, 0x98, 0x9f, 0x31, 0x57, 0x3f,
- X 0xe0, 0x7f, 0xc0, 0xaf, 0x3f, 0xe0, 0x7f, 0xc0, 0x57, 0x3f, 0xe0, 0x7f,
- X 0xc0, 0xaf, 0x3f, 0xe0, 0x7f, 0xc0, 0x57, 0x3f, 0xe0, 0x7f, 0xc0, 0xaf,
- X 0xcf, 0x98, 0x9f, 0x31, 0x57, 0xef, 0xbf, 0xdf, 0x7f, 0xaf, 0xc3, 0x1f,
- X 0x86, 0x3f, 0x54, 0xc3, 0x1f, 0x86, 0x3f, 0xac, 0xff, 0xff, 0xff, 0xff,
- X 0x57, 0xff, 0xff, 0xff, 0xff, 0xaf, 0xff, 0xff, 0xff, 0xff, 0x57, 0xff,
- X 0xe1, 0x0f, 0xff, 0xaf, 0xff, 0xe1, 0x0f, 0xff, 0x57, 0xff, 0xf7, 0xdf,
- X 0xff, 0xaf, 0xff, 0x67, 0xcc, 0xff, 0x57, 0xff, 0x1f, 0xf0, 0xff, 0xaf,
- X 0xff, 0x1f, 0xf0, 0xff, 0x57, 0xff, 0x1f, 0xf0, 0xff, 0xaf, 0xff, 0x1f,
- X 0xf0, 0xff, 0x57, 0xff, 0x1f, 0xf0, 0xff, 0xaf, 0xff, 0x67, 0xcc, 0xff,
- X 0x57, 0xff, 0xf7, 0xdf, 0xff, 0xaf, 0xff, 0xe1, 0x0f, 0xff, 0x57, 0xff,
- X 0xe1, 0x0f, 0xff, 0xaf, 0xff, 0xff, 0xff, 0xff, 0x57, 0xaa, 0xaa, 0xaa,
- X 0xaa, 0xaa, 0x54, 0x55, 0x55, 0x55, 0x55, 0xa8, 0xaa, 0xaa, 0xaa, 0xaa,
- X 0x50, 0x55, 0x55, 0x55, 0x55, 0xa0, 0xaa, 0xaa, 0xaa, 0xaa, 0x40, 0x55,
- X 0x55, 0x55, 0x55, 0x80, 0xaa, 0xaa, 0xaa, 0xaa};
- X
- X
- END_OF_FILE
- if test 1330 -ne `wc -c <'bitmaps/image_piece/major.xbm'`; then
- echo shar: \"'bitmaps/image_piece/major.xbm'\" unpacked with wrong size!
- fi
- # end of 'bitmaps/image_piece/major.xbm'
- fi
- if test -f 'bitmaps/image_piece/marshal.xbm' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'bitmaps/image_piece/marshal.xbm'\"
- else
- echo shar: Extracting \"'bitmaps/image_piece/marshal.xbm'\" \(1336 characters\)
- sed "s/^X//" >'bitmaps/image_piece/marshal.xbm' <<'END_OF_FILE'
- X#define marshal_width 40
- X#define marshal_height 40
- Xstatic char marshal_bits[] = {
- X 0xff, 0xff, 0xff, 0xff, 0x07, 0xff, 0xff, 0xff, 0xff, 0x0f, 0xff, 0xff,
- X 0xff, 0xff, 0x17, 0xff, 0xff, 0xff, 0xff, 0x2f, 0xff, 0x7f, 0xfc, 0xff,
- X 0x57, 0xff, 0x3f, 0xf8, 0xff, 0xaf, 0x8f, 0x1f, 0xf0, 0xc7, 0x57, 0x07,
- X 0x1f, 0xf0, 0x83, 0xaf, 0x07, 0x1f, 0xf0, 0x83, 0x57, 0x07, 0x3f, 0xf8,
- X 0x83, 0xaf, 0x8f, 0x7f, 0xfc, 0xc7, 0x57, 0x9f, 0xff, 0xfe, 0xe7, 0xaf,
- X 0x1f, 0x7f, 0xfc, 0xe1, 0x57, 0x3f, 0x7c, 0xfc, 0xe0, 0xaf, 0x3f, 0x38,
- X 0x78, 0xf0, 0x57, 0x3f, 0x30, 0x18, 0xf0, 0xaf, 0x3f, 0x00, 0x00, 0xf0,
- X 0x57, 0x3f, 0x00, 0x00, 0xf0, 0xaf, 0x3f, 0x00, 0x00, 0xf0, 0x57, 0x3f,
- X 0x00, 0x00, 0xf0, 0xaf, 0x3f, 0x00, 0x00, 0xf0, 0x57, 0x3f, 0x00, 0x00,
- X 0xf0, 0xaf, 0xbf, 0xff, 0xff, 0xf7, 0x57, 0xbf, 0xff, 0xff, 0xf7, 0xaf,
- X 0x3f, 0x00, 0x00, 0xf0, 0x57, 0x3f, 0x00, 0x00, 0xf0, 0xaf, 0x3f, 0x00,
- X 0x00, 0xf0, 0x57, 0x3f, 0x00, 0x00, 0xf0, 0xaf, 0x3f, 0x00, 0x00, 0xf0,
- X 0x57, 0xff, 0xff, 0xff, 0xff, 0xaf, 0xff, 0xff, 0xff, 0xff, 0x57, 0xff,
- X 0xff, 0xff, 0xff, 0xaf, 0xff, 0xff, 0xff, 0xff, 0x57, 0xaa, 0xaa, 0xaa,
- X 0xaa, 0xaa, 0x54, 0x55, 0x55, 0x55, 0x55, 0xa8, 0xaa, 0xaa, 0xaa, 0xaa,
- X 0x50, 0x55, 0x55, 0x55, 0x55, 0xa0, 0xaa, 0xaa, 0xaa, 0xaa, 0x40, 0x55,
- X 0x55, 0x55, 0x55, 0x80, 0xaa, 0xaa, 0xaa, 0xaa};
- X
- X
- END_OF_FILE
- if test 1336 -ne `wc -c <'bitmaps/image_piece/marshal.xbm'`; then
- echo shar: \"'bitmaps/image_piece/marshal.xbm'\" unpacked with wrong size!
- fi
- # end of 'bitmaps/image_piece/marshal.xbm'
- fi
- if test -f 'bitmaps/image_piece/sapper.xbm' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'bitmaps/image_piece/sapper.xbm'\"
- else
- echo shar: Extracting \"'bitmaps/image_piece/sapper.xbm'\" \(1333 characters\)
- sed "s/^X//" >'bitmaps/image_piece/sapper.xbm' <<'END_OF_FILE'
- X#define sapper_width 40
- X#define sapper_height 40
- Xstatic char sapper_bits[] = {
- X 0xff, 0xff, 0xff, 0xff, 0x07, 0xff, 0xff, 0xff, 0xff, 0x0f, 0xff, 0xff,
- X 0xff, 0xff, 0x17, 0xff, 0xff, 0xff, 0xfe, 0x2f, 0xff, 0x1f, 0xfe, 0xfe,
- X 0x57, 0xff, 0x0f, 0x7c, 0xfc, 0xaf, 0xff, 0x07, 0x78, 0xfc, 0x57, 0xff,
- X 0xef, 0xfd, 0xfe, 0xaf, 0xff, 0xef, 0xfd, 0xfe, 0x57, 0xff, 0xdf, 0xfe,
- X 0xfe, 0xaf, 0xff, 0x3f, 0xff, 0xfe, 0x57, 0xff, 0x07, 0xf8, 0xfe, 0xaf,
- X 0xff, 0x03, 0xf0, 0xfe, 0x57, 0xff, 0x0b, 0xe4, 0xfe, 0xaf, 0xff, 0x09,
- X 0xcc, 0xfe, 0x57, 0xff, 0x09, 0x9c, 0xfe, 0xaf, 0xff, 0x09, 0x3c, 0xfe,
- X 0x57, 0xff, 0x09, 0x7c, 0xfe, 0xaf, 0xff, 0x09, 0xfc, 0xfe, 0x57, 0xff,
- X 0x0f, 0xfc, 0xfe, 0xaf, 0xff, 0xc7, 0xf8, 0xfe, 0x57, 0xff, 0xe7, 0xf9,
- X 0xfe, 0xaf, 0xff, 0xe7, 0xf9, 0xfe, 0x57, 0xff, 0xe7, 0xf9, 0xfe, 0xaf,
- X 0xff, 0xe7, 0xf9, 0xfe, 0x57, 0xff, 0xe7, 0xf9, 0xfe, 0xaf, 0xff, 0xf1,
- X 0xe3, 0xfe, 0x57, 0x07, 0x00, 0x00, 0xe0, 0xaf, 0xff, 0xff, 0xff, 0xff,
- X 0x57, 0xff, 0xff, 0xff, 0xff, 0xaf, 0xff, 0xff, 0xff, 0xff, 0x57, 0xff,
- X 0xff, 0xff, 0xff, 0xaf, 0xff, 0xff, 0xff, 0xff, 0x57, 0xaa, 0xaa, 0xaa,
- X 0xaa, 0xaa, 0x54, 0x55, 0x55, 0x55, 0x55, 0xa8, 0xaa, 0xaa, 0xaa, 0xaa,
- X 0x50, 0x55, 0x55, 0x55, 0x55, 0xa0, 0xaa, 0xaa, 0xaa, 0xaa, 0x40, 0x55,
- X 0x55, 0x55, 0x55, 0x80, 0xaa, 0xaa, 0xaa, 0xaa};
- X
- X
- END_OF_FILE
- if test 1333 -ne `wc -c <'bitmaps/image_piece/sapper.xbm'`; then
- echo shar: \"'bitmaps/image_piece/sapper.xbm'\" unpacked with wrong size!
- fi
- # end of 'bitmaps/image_piece/sapper.xbm'
- fi
- if test -f 'bitmaps/nodemask.xbm' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'bitmaps/nodemask.xbm'\"
- else
- echo shar: Extracting \"'bitmaps/nodemask.xbm'\" \(1393 characters\)
- sed "s/^X//" >'bitmaps/nodemask.xbm' <<'END_OF_FILE'
- X#define nodemask_width 40
- X#define nodemask_height 40
- X#define nodemask_x_hot 19
- X#define nodemask_y_hot 19
- Xstatic char nodemask_bits[] = {
- X 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
- X 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
- X 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
- X 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
- X 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
- X 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
- X 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
- X 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
- X 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
- X 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
- X 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
- X 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
- X 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
- X 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
- X 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
- X 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
- X 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff};
- X
- X
- X
- X
- END_OF_FILE
- if test 1393 -ne `wc -c <'bitmaps/nodemask.xbm'`; then
- echo shar: \"'bitmaps/nodemask.xbm'\" unpacked with wrong size!
- fi
- # end of 'bitmaps/nodemask.xbm'
- fi
- if test -f 'x4war.man' -a "${1}" != "-c" ; then
- echo shar: Will not clobber existing file \"'x4war.man'\"
- else
- echo shar: Extracting \"'x4war.man'\" \(7444 characters\)
- sed "s/^X//" >'x4war.man' <<'END_OF_FILE'
- X.TH X4WAR 6 "3-Apr-92"
- X.SH NAME
- Xx4war \- An X version of the Chinese four-state-war game.
- X.SH SYNOPSIS
- X.B x4war
- X\ [options]
- X.br
- X.SH DESCRIPTION
- X.I x4war
- Xis a game like the Chinese board game, four-state-war. It involves four players,
- Xtwo players at the opposite position of the board play an ally and are against the
- Xother two. It runs under X Window environment. At First, players deploy their
- Xarmy on their own fields, then a war can be started after all have deployed
- Xtheir army correctly. During the war, each moves one of his/her pieces in turn.
- XThe goal of the war is to capture the COLOURS of the opponents.
- X.LP
- XBy default, players are named 'PLAYER 0' through 'PLAYER 3', their positions on
- Xthe board are sequenced counter-clockwise, PLAYER 0 and PLAYER 2 forms an ally
- Xand are against the ally of PLAYER 1 and PLAYER 3.
- X.LP
- XSome description about the board and the pieces:
- X.LP
- XThere're six rectangular areas on the board in which the pieces can appear. The
- Xsquare at the bottom-left corner is the RIP, where your pieces are originally
- Xplaced before a war session and is the place to collect dead pieces during a
- Xwar session. The other five rectangulars are fighting fields (four at the sides
- Xand one in the middle). The fighting field at the bottom-middle belongs to you
- Xand you deploy your army in this field.
- X.LP
- XIn the fighting fields, the circled places are called safe-depots, the two
- Xnon-rectangular places at each side lines are called base-depots, other
- Xrectangulared places are just depots. For the path, the dotted thick lines are
- Xrailways, other lines are just paths.
- X.LP
- XFor the meaning of pieces. If you start the program without -debug option, all
- Xpieces will appear in the RIP first. There names in English are: (from left to
- Xright, in row order)
- X.IP
- XCOLOURS, MARSHAL, GENERAL, M_GENERAL(Major General) (2 pieces),
- XBRIGADIER (2 pieces), COLONEL (2 pieces), MAJOR (2 pieces),
- XCAPTAIN (3 pieces), F_LIEUTENANT (First Lieutenant) (3 pieces),
- XSAPPER (3 pieces), MINE (3 pieces), BOMB (3 pieces).
- X.LP
- XThe ranks of some pieces are:
- X.IP
- XMARSHAL > GENERAL > M_GENERAL > BRIGADIER > COLONEL > MAJOR > CAPTAIN >
- XF_LIEUTENANT > SAPPER
- X.LP
- XNo rank for the other pieces.
- X.LP
- XFor fighting rules:
- X.LP
- XWhen two ranked pieces meet, the higher ranked piece will defeat the lower
- Xranked one, or they are removed together if at the same rank.
- X.LP
- XFor non-ranked pieces:
- X.RS
- X.IP
- Xa BOMB goes with everything;
- X.IP
- Xa SAPPER can remove a MINE;
- X.IP
- Xexcept BOMBs and SAPPERs, every piece meets a MINE will die and the MINE
- Xis left undestroyed;
- X.IP
- Xevery movable piece can capture the COLOURS, it goes together with the
- XCOLOURS.
- X.RE
- X.LP
- XThe object of the game is to capture the COLOURS of the opponents.
- X.LP
- XFor moving rules and miscellaneous during a war session:
- X.RS
- X.IP
- XYou can move a piece along a path, to an empty depot or onto a piece of the
- Xopponent's (which means a fight). You can move several steps along the railway
- Xor one step along other paths, provided that there's no other pieces block the
- Xpath. If you move a SAPPER on the railway, you can change its moving direction.
- XFor other pieces moving on the railway, the direction cannot be changed, i.e.,
- Xthe piece can only go straight lines or from the side of one field to the
- Xcorresponding side of other field.
- X.IP
- XYou cannot move a MINE and the COLOURS after a war has started.
- X.IP
- XA piece moved into the base-depot will die.
- X.IP
- XA piece in safe-depots cannot be attacked.
- X.IP
- XIf a player's MARSHAL is killed, his/her COLOURS will be shown faced up at other
- Xplayer's board.
- X.RE
- X.PP
- X.SH OPTIONS
- X.TP
- X.BI \-p "i string"
- XSpecifies player
- X.I i
- X\'s name.
- X.I i
- Xis between 0 - 3, default to "PLAYER \fIi".
- X.TP
- X.BI \-c "i string"
- XSpecifies the color of player
- X.I i
- X\'s node.
- X.I i
- Xis between 0 - 3.
- X.TP
- X.BI \-d "i string"
- XSpecifies the display of player
- X.I i.
- X.TP
- X.BI \-two
- XGame for two players. Then there's no ally. It is set such that PLAYER 0 fights
- Xagainst PLAYER 2, so the command option settings such as name, color, and
- Xdisplay of players should be corresponding to PLAYER 0 and PLAYER 2. And the
- Xother two fighting fields are not used during a war.
- X.TP
- X.BI \-debug
- XA default deploy.
- X.TP
- X.BI \-usage
- XGives the command options.
- X.TP
- X.BI \-help
- XGives the command options.
- X.PP
- X.SH USAGE
- XPress a button on your own piece to move it, release the button at a position
- Xand the piece will be placed there if it constitutes a valid move. First you
- Xdeploy your army from RIP to your own fighting field, some deploy restrictions
- Xapply (see below). Then press START WAR to start a war session.
- XWhen a war
- Xhas started, the players take turns to make a move. You can move your piece if
- Xan arrow is shown in the upper-left corner of the board. A broken arrow there
- Xmeans that it's not your turn to move.
- X.LP
- XThe message box at the upper-right corner of the board shows each move and the
- Xfighting result. For a coordinates
- X.I (w, x, y),
- Xit is defined from the view of the player 0's board as follows:
- X.RS
- X.TP 3
- X.I w
- Xspecifies which field. Player
- X.I i
- X\'s field is numbered
- X.I i (i in 0-3),
- Xthe middle field is numbered 4.
- X.LP
- X.I x
- Xand
- X.I y
- Xspecify rows and columns in each field,
- Xrespectively, which are in 0-6 and 0-5 for rows and columns in players fields
- Xand 0-2 for both rows and columns in the middle field.
- X.RE
- X.LP
- XThe four talk boxes can be used for talking purposes. key input is shown in the
- Xcorresponding box at all players screen.
- X.LP
- XThe functions of buttons at the bottom-right of the board are as follows:
- X.TP
- X.B NEW GAME
- XStarts a new game after one game of war is over, then players can deploy their
- Xpieces to their field for the new war.
- X.IP
- XSome deploy restrictions:
- X.RS
- X.IP .
- Xthe COLOURS can be deployed only in one of the base-depot;
- X.IP .
- Xa MINE can be deployed only at the bottom two lines;
- X.IP .
- Xno node can be deployed in the safe-depot.
- X.RE
- X.IP
- XOther restrictions can be set by players. (such as: a BOMB cannot be at the
- Xfirst line)
- X.TP
- X.B START WAR
- XAfter you have deployed your army, you press this button to get ready for the
- Xwar. After all four players have pressed the button, the war gets started and
- Xthe one in his/her turn can move a node.
- X.TP
- X.B REDEPLOY
- XRe-deploy your army after you pressed
- X.B "START WAR"
- Xbutton and before all players have pressed that button. After re-deploy, you
- Xshould press
- X.B "START WAR"
- Xagain.
- X.TP
- X.B PEACE
- XRequesting for peace during the war. Then a dialog box is shown on the other
- Xplayer's screen, the others have to answer the request. If one answered NO,
- Xthe war will continue.
- X.TP
- X.B SURRENDER
- XIf you surrender, all your pieces are moved and all pieces on your board are
- Xshown faced up so that you can watch the rest of the war. (seems not a bad
- Xchoice to enjoy other players battle tactics at the lose of your dignity)
- X.TP
- X.B QUIT
- XIf you have been defeated, your quit will not affect the battle, otherwise you
- Xcan only use it in your moving turn, and it will cause every one to quit.
- X.LP
- XA brief example session is like:
- X.RS
- X.IP 1.
- Xget four people and four displays.
- X.IP 2.
- Xrun the program, set the boards to different displays.
- X.IP 3.
- Xeach deploys his/her army correctly and then presses START WAR.
- X.IP 4.
- Xafter all have pressed START WAR, the war began and the first one can move.
- X.IP 5.
- Xfight a decisive battle, have fun!
- X.RE
- X.LP
- X.PP
- X.SH SEE ALSO
- XA Chinese guy or anybody who can read Chinese characters and knows the
- Xconventional rules about the war game.
- X.PP
- X.SH AUTHOR
- XXiaobing Chen, xiaobing@cs.sfu.ca Feb 25, 1992
- X
- X
- X
- X
- END_OF_FILE
- if test 7444 -ne `wc -c <'x4war.man'`; then
- echo shar: \"'x4war.man'\" unpacked with wrong size!
- fi
- # end of 'x4war.man'
- fi
- echo shar: End of archive 3 \(of 4\).
- cp /dev/null ark3isdone
- MISSING=""
- for I in 1 2 3 4 ; do
- if test ! -f ark${I}isdone ; then
- MISSING="${MISSING} ${I}"
- fi
- done
- if test "${MISSING}" = "" ; then
- echo You have unpacked all 4 archives.
- rm -f ark[1-9]isdone
- else
- echo You still need to unpack the following archives:
- echo " " ${MISSING}
- fi
- ## End of shell archive.
- exit 0
-