-
Notifications
You must be signed in to change notification settings - Fork 1
/
messages.py
53 lines (44 loc) · 1.57 KB
/
messages.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
"""
All large messages, to keep main.py clean
"""
welcome = """
Welcome to 'PLACEHOLDER NAME' fantasy rpg.
You have multiple choices in this adventure, and each has its
benefits or consquences.
Within this game, commands consist of an action and an object,
direction, person or monster.
Directions: left, right, forward, backward
Commands: walk, fight
Battle Commands: attack, run
"""
intro = """
You wake up in a dark forest. Sore, bleeding, and dizzy you
stand up. You have no memory of how you've gotten here.
You look around, and see a path in front of you.
"""
end_level1 = """
After leaving the forest you follow a small path into a farm
town. Walking about the town, you see a marketplace, and
decide to steal an apple to sate your hunger.
As you walk away eating the apple, a large angry looking
troll grabs you by the hair and throws you to the ground.
Not wanting to tempt fate, you run, and come upon a cave
entrance.
"""
end_level2 = """
Your eyes burn slighlty as you exit the cave into the sun.
Wiping the cobwebs and dirt from your clothes, you head
off towards the next town.
When approaching the gates, you encounter a man in a dark
cloak. His face is hidden, and he makes you uneasy.
'This town is a maze, and none who enter these gates emerge
from the other side.'
The gates swing open.....
"""
endgame = """
You have reached the end of the game so far. We hope you have
enjoyed this game. Please report
Any bugs, issues or suggestions on github at
https://github.com/l8nit3tr0ubl3/Trpg.
Please wait for further updates.
"""