~ubuntu-branches/ubuntu/raring/xbill/raring

« back to all changes in this revision

Viewing changes to Strings.h

  • Committer: Bazaar Package Importer
  • Author(s): Adrian Bridgett
  • Date: 2001-06-24 22:44:40 UTC
  • Revision ID: james.westby@ubuntu.com-20010624224440-r8kbgt5ae7q1230g
Tags: upstream-2.0
ImportĀ upstreamĀ versionĀ 2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef STRINGS_H
 
2
#define STRINGS_H
 
3
 
 
4
#define storystr \
 
5
"             The Story:\n\
 
6
\n\
 
7
Yet again, the fate of the world rests\n\
 
8
in your hands!  An evil computer hacker,\n\
 
9
known only by his handle 'Bill', has\n\
 
10
created the ultimate computer virus.  A\n\
 
11
virus so powerful that it has the power\n\
 
12
to transmute an ordinary computer into\n\
 
13
a toaster oven.  (oooh!) 'Bill' has\n\
 
14
cloned himself into a billion-jillion\n\
 
15
micro-Bills.  Their sole purpose is to\n\
 
16
deliver the nefarious virus, which has\n\
 
17
been cleverly diguised as a popular\n\
 
18
operating system.\n\
 
19
\n\
 
20
As System Administrator/Exterminator,\n\
 
21
your job is to keep Bill from succeeding\n\
 
22
at his task."
 
23
 
 
24
#define rulesstr \
 
25
"             The Rules:\n\
 
26
\n\
 
27
xBill has been painstakingly designed and\n\
 
28
researched in order to make it as easy to use\n\
 
29
for the whole family as it is for little Sally.\n\
 
30
Years - nay - days of beta testing and \n\
 
31
consulting with the cheapest of human interface\n\
 
32
designers have resulted in a game that is easy\n\
 
33
to use, yet nothing at all like a Macintosh.\n\
 
34
\n\
 
35
I.   Whack the Bills (click)\n\
 
36
II.  Restart the computer (click)\n\
 
37
III. Pick up stolen OSes & return(drag)\n\
 
38
     them to their respective computers\n\
 
39
IV.  Drag the bucket to extinguish sparks\n\
 
40
V.   Scoring is based on total uptime,\n\
 
41
     with bonuses for killing Bills.\n\
 
42
\n\
 
43
As for the rest, you can probably figure\n\
 
44
it out.  We did, so it can't be too hard."
 
45
 
 
46
#define endgamestr \
 
47
"Module xBill has caused a segmentation fault\n\
 
48
at memory address 097E:F1A0.  Core dumped.\n\
 
49
\n\
 
50
    We apologize for the inconvenience."
 
51
 
 
52
#define warpstr "Warp to level?"
 
53
#define quitstr "Quit Game?"
 
54
#define newgamestr "New Game?"
 
55
#define pausestr "Game paused.  Press Continue to continue."
 
56
#define enternamestr "You earned a high score.\nEnter your name:"
 
57
 
 
58
#endif