summaryrefslogtreecommitdiff
path: root/noncore/games/kbill/Strings.h
Unidiff
Diffstat (limited to 'noncore/games/kbill/Strings.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/kbill/Strings.h58
1 files changed, 58 insertions, 0 deletions
diff --git a/noncore/games/kbill/Strings.h b/noncore/games/kbill/Strings.h
new file mode 100644
index 0000000..45509d1
--- a/dev/null
+++ b/noncore/games/kbill/Strings.h
@@ -0,0 +1,58 @@
1#ifndef STRINGS_H
2#define STRINGS_H
3
4#define storystr \
5" The Story:\n\
6\n\
7Yet again, the fate of the world rests\n\
8in your hands! An evil computer hacker,\n\
9known only by his handle 'Bill', has\n\
10created the ultimate computer virus. A\n\
11virus so powerful that it has the power\n\
12to transmute an ordinary computer into\n\
13a toaster oven. (oooh!) 'Bill' has\n\
14cloned himself into a billion-jillion\n\
15micro-Bills. Their sole purpose is to\n\
16deliver the nefarious virus, which has\n\
17been cleverly diguised as a popular\n\
18operating system.\n\
19\n\
20As System Administrator/Exterminator,\n\
21your job is to keep Bill from succeeding\n\
22at his task."
23
24#define rulesstr \
25" The Rules:\n\
26\n\
27kBill has been painstakingly designed and\n\
28researched in order to make it as easy to use\n\
29for the whole family as it is for little Sally.\n\
30Years - nay - days of beta testing and \n\
31consulting with the cheapest of human interface\n\
32designers have resulted in a game that is easy\n\
33to use, yet nothing at all like a Macintosh.\n\
34\n\
35I. Whack the Bills (click)\n\
36II. Restart the computer (click)\n\
37III. Pick up stolen OSes & return(drag)\n\
38 them to their respective computers\n\
39IV. Drag the bucket to extinguish sparks\n\
40V. Scoring is based on total uptime,\n\
41 with bonuses for killing Bills.\n\
42\n\
43As for the rest, you can probably figure\n\
44it out. We did, so it can't be too hard."
45
46#define endgamestr \
47"Module kBill has caused a\n\
48segmentation fault at memory\n\
49address 097E:F1A0. Core dumped.\n\
50We 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.\n Press OK to continue."
56#define enternamestr "You earned a high score.\nEnter your name:"
57
58#endif