-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.TXT
executable file
·129 lines (109 loc) · 3.83 KB
/
README.TXT
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
Release v. 0.5.8a
* Added halls generation (Slime building) [needs work]
* Added/Improved world generation algorithm (overland)
* Added a random maze generation using Prim's (Labyrinth w/ minotaurs)
* Allow .txt file for map generation
* Bugs fixed
Release v. 0.5.7
* attack tiles
* When a tile "breaks" It drops items.
* maps have a default tile background and Tiles have a possible backing besides.
* moved transparent to type tag for Tiles
* You can now break walls/trees
* Added a kicking feature
* Added stone material (plus new items)
* Lots of bug fixes
Release v. 0.5.6
* You can now throw things and attack friendlies
* Added useful information on the left
* Player slows down when he's carrying too much
* Added weights to items
* There is now a menu feature that lets you access common options (ENTER)
* Added a (c)hat feature to talk to the (f)ocus creature
* You can choose a target while looking (Enter)
* Added a target creature ~ (f)ocus on a creature
* Fixed bugs
Release v. 0.5.5
* Broadened item colors
* Added potions - an antidote
* Added wood and glass
* Cleaned up inventory stacking
* Added a look feature
* Lots of Fixed bugs
Release v. 0.5.4 (Playground Release!!)
* Added Enemy effects (Scorpions are poisonous)
* Broadened effects
* Changed the way time is displayed
* Added lots of pics
* Added field of view and windows in town
* Augmented Item parsing to include Colors for various materials
* Parsing tags for items instead of item types
Release v. 0.5.3
* [sorting of item list] - needs work
* Refactored key handling code
* Made items stackable
* Added item materials
* Made regeneration scrolls
* Fixed Bugs
Release v. 0.5.2
* Added effects class, and made the heal scrolls function
* Added .png story cutscenes
* Added color to the messages
* Fixed Bugs
Release v. 0.5.1
* Random dungeon generation
* Improved Tile support
* Added friendly units
* Added door functionality
* Improved Fog of War
* Augmented parsing (game in xml, objects in csv)
* Fixed Bugs
Release v. 0.5.0
* Refactored codebase
* XML and CSV inputs have been refined
* Multidungeon and theme functionality
* Added resting
* Added map traveling
* Updated the help
* Filled out the slime game (maps/monsters)
Release v. 0.4.9
* Basic XML and CSV inputs are here! (Thanks slash!)
* Added a story screen that gives you direction
* Added a few new images, monsters, and items
* Note that not everything is fully functional yet.
Release v. 0.4.8
* Wrote the xml file that I'm trying to parse
* Added some more fun stuff to the slime code
* Redid a few of the stat handling equations(needs work)
Release v. 0.4.7
* Added Help Menus
* Cleaned and optimized code
* Added death screen (needs work)
* Now you can restart if you die
* Added fog of War
Release v. 0.4.6
* Added descriptions for what you see
* The maps are now randomly generated
* There is now a grass tileset
* Slime no longer "breaths its last"
* Other minor bug fixes
Release v. 0.4.5
* Added menu to start the game as well as an options screen
* Implemented an config.ini file which holds the options
* Options can be changed through an options menu
* Other minor fixes and GUI improvements
Release v. 0.4.2
* fixed viewport equations to make other resolutions possible.
* added various stats to the main player
* The messages now scroll and change color
* wrote a roadmap. I'll put it up seperately later
Welcome to Beggar v. 0.4.0
This is the first public release of the Beggar game.
For now, there is no in game help. And there is only a minimal world with green slimes to kill. Have fun!
You can use the number pad or arrows to move.
i - shows inventory
u - use
e - equip
, - pickup
d - drop
ESC - Kills the game.