1##XLennart
2
3XLennart 1.1.1 - An XBill Modification
4
5##Maintainer Status
6
7(08/03/2015)
8
9I am no longer maintaining XLennart. If you would like to
10continue this project, contact me at xylem2020[at]gmail.com
11
12##Compiling
13
14XLennart is very simple to compile, as all you need to do is:
15
16	./configure
17
18	make
19
20	sudo make install
21
22libXpm is required when using Motif or Athena widgets.
23
24##About
25
26Welcome to XLennart...
27
28Ever get the feeling that nothing is going right?  You're a sysadmin,
29and someone's trying to destroy your computers.  The little people
30running around the screen are trying to infect your computers with
31SystenD [TM], a virus cleverly  designed to resemble a popular
32init system.  Your objective is to click the mouse on them, ending
33the potential threat.  If one of the people reaches a computer, it will
34attempt to replace your operating system with the virus it carries. It
35will then attempt to run off the screen with your vital software.  The
36game ends when only 1 (or 0) of your computers are being productive.
37Additionally, some computers are connected with network cables.  When
38one computer on a network becomes infected, a spark will be sent down
39the cable, and will infect the computer on the other end when it reaches
40there.
41
42Clicking the button on one of the little people will cause it to cry out
43in pain and melt (id software eat your heart out!), dropping the stolen
44os if it is carrying one.  If a computer is running SystenD or is
45temporarily off, the os can be dragged back to the computer (or
46another computer compatible with that os).  To extinguish a spark drag
47the bucket of water from the upper left corner onto it.
48
49The status bar at the bottom tells the following:
50
51	Number of Lenns on/off the screen
52	Number of Computers running their init/off/SystenD
53	Level
54	Score
55
56## Known Issues
57
58Though XLennart should work fine on most Linux and BSD distros, there are
59still some problems since xBill is so old.
60
61If you encounter a problem with Motif, V.R. from darknedgy.net did this to
62compile XLennart:
63
64	./configure --disable-motif
65
66	Then I edited the Makefile and added -lXpm to LDFLAGS.
67
68	Then I had to edit UI.c and remove the #ifdef USE_MOTIF from the guis[] array,
69	otherwise I got a missing symbol error.
70
71	make
72
73This might not be an issue anymore with the improvements done to 1.1
74
75## Releases
76
77Source Code (1.1.1)
78
79https://github.com/Xylemon/xlennart/archive/1.1.1/xlennart-1.1.1.tar.gz
80
81Source Code (1.1):
82
83https://github.com/Xylemon/xlennart/archive/1.1/xlennart-1.1.tar.gz
84
85Source Code (1.0):
86
87https://github.com/Xylemon/xlennart/archive/1.0/xlennart-1.0.tar.gz
88
89Other Packages (Unofficial):
90
91ALT Linux: http://sisyphus.ru/en/srpm/Sisyphus/xlennart
92
93Arch: https://aur.archlinux.org/packages/xlennart-git/
94
95Chakra: http://chakraos.org/ccr/packages.php?ID=6940
96
97FreeBSD: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195977
98
99OpenBSD Modifications:
100
101Can be found at http://openports.se/games/xlennart
102
103And in OpenBSD 5.7 (coming soon) you can install XLennart via
104
105pkg_add xlennart
106
107
108##Options
109
110	-l <n>	Start at level n.
111
112	--gui <gui>
113		Use a specific front end.  The possible values are
114		gtk, motif, and athena.  Note that some of these
115		may not be compiled into the binary.
116
117	-size <size>
118		Play on a field of size x size, instead of the normal
119		400x400.  <size> must be larger than 400.
120
121	-v	Print version number and exit.
122
123	-h	Print help and exit.
124
125	When using the GTK gui, all standard GTK options are supported.
126	When using the Athena or Motif GUI, all standard X Intrinsics
127	options are supported.
128
129
130##Screenshots
131
1321.1 (Outdated):
133
134![alt tag](http://www.bloodbathsoftworks.com/xylemon/images/screenshots/xlennart/xlennartscreen3.png)
135
1361.0 (Outdated):
137
138![alt tag](http://www.bloodbathsoftworks.com/xylemon/images/screenshots/xlennart/xlennartscreen1.png)
139![alt tag](http://www.bloodbathsoftworks.com/xylemon/images/screenshots/xlennart/xlennartscreen2.png)
140
141##Authors
142
143Main Programmer:
144
145	Brian Wellington <bwelling@xbill.org> for XBill 2.1.
146
147	Gethyn ThomasQuail <xylem2020@gmail.com> for XLennart.
148
149Programming & graphics:
150
151	Matias Duarte <matias@hyperimage.com> for XBill 2.0.
152
153	Gethyn ThomasQuail <xylem2020@gmail.com> for XLennart.
154
155	Daniel Reurich <daniel@reurich.kiwi.nz> for XLennart
156 	graphical character rework.
157
158See README.Credits for everyone involved.
159
160##Disclaimer
161
162XLennart is not a personal attack against anyone, it's just a harmless
163parody/commentary on a situation in Linux and Unix history. I do not desire or
164condone the act of violence against any of the Red Hat developers. Remember folks,
165this is just a game!
166
167Also note that this game is NOT affiliated with Bloodbath Softworks, any mentions of
168the copyright going to Bloodbath Softworks in the previous releases were simply a
169mistake. Only relation Bloodbath had to XLennart was the hosting of the main
170page and files. This will be reuploaded to another domain someday...
171