37 lines
778 B
Plaintext
37 lines
778 B
Plaintext
|
The map has to include the player, and he should not be able to walk off the map.
|
||
|
|
||
|
N Player facing North
|
||
|
E Player facing East
|
||
|
S Player facing South
|
||
|
W Player facing West
|
||
|
Space Walkable space
|
||
|
0 Walkable space
|
||
|
1 Wall
|
||
|
2 Ammo (Ammo Pickup)
|
||
|
3 Machine Gun (Weapon Pickup)
|
||
|
4 Gatling Gun (Weapon Pickup)
|
||
|
5 Golden Key (Pickup without function)
|
||
|
6 Blue Key (Pickup without function)
|
||
|
7 Dog food (Health Pickup)
|
||
|
8 Meal (Health Pickup)
|
||
|
9 HP Kit (Health Pickup)
|
||
|
$ Cross (Treasure Pickup)
|
||
|
# Cup (Treasure Pickup)
|
||
|
* Chest (Treasure Pickup)
|
||
|
& Crown (Treasure Pickup)
|
||
|
D Door
|
||
|
X Elevator (Level end)
|
||
|
K Nazi Guard (Killable)
|
||
|
B Wooden Barrel
|
||
|
b Poison Barrel
|
||
|
A Knight Armor
|
||
|
P Pillar
|
||
|
p Plant
|
||
|
V Vase
|
||
|
f Faucet
|
||
|
T Table
|
||
|
s Skeleton
|
||
|
L Standing Lamp
|
||
|
l Ceiling Lamp
|
||
|
C Chandelier
|