• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

bitmaps/H16-Nov-2001-147132

pixmaps/H03-May-2022-

Bill.cH A D17-Oct-20018 KiB394352

Bill.hH A D17-Oct-20011.1 KiB4234

Bucket.cH A D17-Oct-2001808 5041

Bucket.hH A D17-Oct-2001200 2013

Cable.cH A D17-Oct-20013.5 KiB152132

Cable.hH A D17-Oct-2001244 139

ChangeLogH A D16-Nov-20017.3 KiB186168

Computer.cH A D30-Oct-20012.3 KiB10486

Computer.hH A D21-Oct-2001555 2418

Game.cH A D30-Oct-20017.1 KiB341297

Game.hH A D30-Oct-2001378 1814

Horde.cH A D30-Oct-20013.2 KiB176150

Horde.hH A D17-Oct-2001540 2418

INSTALLH A D16-Nov-2001451 1511

Makefile.inH A D30-Oct-20013.3 KiB10686

Network.cH A D30-Oct-20012.2 KiB121102

Network.hH A D17-Oct-2001558 2318

OS.cH A D30-Oct-2001993 5643

OS.hH A D21-Oct-2001383 3120

READMEH A D28-Oct-20012.1 KiB5845

README.PortsH A D16-Nov-2001934 2519

Scorelist.cH A D21-Oct-20012 KiB10186

Scorelist.hH A D21-Oct-2001231 118

Spark.cH A D17-Oct-2001424 3023

Spark.hH A D17-Oct-2001235 2113

UI.cH A D17-Oct-20014.6 KiB247194

UI.hH A D17-Oct-20012.5 KiB8771

acconfig.hH A D17-Oct-2001123 93

config.h.inH A D17-Oct-2001510 2315

configureH A D03-May-202287 KiB2,9232,427

configure.inH A D17-Oct-20012.2 KiB10384

gtk.cH A D30-Oct-200115.5 KiB673522

gtk.hH A D17-Oct-2001101 106

install-shH A D17-Oct-20015.5 KiB252153

mkinstalldirsH A D28-Oct-2001726 4123

scoresH A D17-Oct-2001327 1110

strings.hH A D17-Oct-20012.3 KiB8264

types.hH A D17-Oct-2001229 129

util.cH A D17-Oct-2001330 2319

util.hH A D30-Oct-2001418 3022

x11-athena.cH A D21-Oct-20018 KiB297249

x11-athena.hH A D17-Oct-2001119 106

x11-motif.cH A D21-Oct-20018 KiB297254

x11-motif.hH A D17-Oct-2001116 106

x11.cH A D28-Oct-20018.3 KiB389300

x11.hH A D30-Oct-20011.4 KiB5748

xbill.6H A D28-Oct-20012.8 KiB8177

xbill.specH A D29-Oct-20012.3 KiB9471

README

1XBill 2.1
2
3Welcome to xbill...
4
5Ever get the feeling that nothing is going right?  You're a sysadmin,
6and someone's trying to destroy your computers.  The little people
7running around the screen are trying to infect your computers with
8Wingdows [TM], a virus cleverly  designed to resemble a popular
9operating system.  Your objective is to click the mouse on them, ending
10the potential threat.  If one of the people reaches a computer, it will
11attempt to replace your operating system with the virus it carries. It
12will then attempt to run off the screen with your vital software.  The
13game ends when only 1 (or 0) of your computers are being productive.
14Additionally, some computers are connected with network cables.  When
15one computer on a network becomes infected, a spark will be sent down
16the cable, and will infect the computer on the other end when it reaches
17there.
18
19Clicking the button on one of the little people will cause it to cry out
20in pain and melt (id software eat your heart out!), dropping the stolen
21os if it is carrying one.  If a computer is running Wingdows or is
22temporarily off, the os can be dragged back to the computer (or
23another computer compatible with that os).  To extinguish a spark drag
24the bucket of water from the upper left corner onto it.
25
26	The status bar at the bottom tells the following:
27		Number of Bills on/off the screen
28		Number of Computers running their OS/off/Wingdows
29		Level
30		Score
31
32Options:
33	-l <n>	Start at level n.
34
35	--gui <gui>
36		Use a specific front end.  The possible values are
37		gtk, motif, and athena.  Note that some of these
38		may not be compiled into the binary.
39
40	-size <size>
41		Play on a field of size x size, instead of the normal
42		400x400.  <size> must be larger than 400.
43
44	-v	Print version number and exit.
45
46	-h	Print help and exit.
47
48	When using the GTK gui, all standard GTK options are supported.
49	When using the Athena or Motif GUI, all standard X Intrinsics
50	options are supported.
51
52
53Authors:
54	Main Programmer:
55		Brian Wellington <bwelling@xbill.org>
56	Programming & graphics (v2.0 and earlier):
57		Matias Duarte <matias@hyperimage.com>
58

README.Ports

1Here's the status of the various ports:
2
3Mac:
4Josh Adams <jadams@hyperimage.com> mostly finished this, based on a beta
5of 2.0, but never released it for some reason.  If I can borrow a Mac OS X
6machine for a day or two, porting it should be easy now.
7
8Java:
9There are a bunch of Java ports around.  I've never found one that works
10well.  I started porting 2.0 a few years ago, and never finished.  It's
11possible I'll start again.
12
13XFree86 for OS/2:
14Darwin O'Connor <doconno@cc.UManitoba.CA> ported 2.0, and you can get it from
15http://www.reamined.on.ca/doconnor/xprogs.html.
16
17Linux SVGA:
18I got this mostly working on a beta of 2.0, but it had a couple problems
19(mouse support wasn't very good, no menus or windows), and is now hopelessly
20outdated.  It does have an XPM and XBM reader.  If anyone wants to finish
21this (write the missing parts and the new parts), let me know, and I can find
22the old code.
23
24- Brian (bwelling@xbill.org)
25