Добавлены локации и перемещение по ним
This commit is contained in:
21
data/locations/location_1.txt
Normal file
21
data/locations/location_1.txt
Normal file
@@ -0,0 +1,21 @@
|
||||
ID=1
|
||||
TITLE=Entrance Hall
|
||||
WIDTH=10
|
||||
HEIGHT=6
|
||||
START_X=1
|
||||
START_Y=1
|
||||
NORTH=0
|
||||
SOUTH=2
|
||||
WEST=0
|
||||
EAST=0
|
||||
RIDDLE_TYPE=1
|
||||
RIDDLE_TEXT=What gets bigger when you take something away?
|
||||
RIDDLE_ANSWER=hole
|
||||
MAP_BEGIN
|
||||
##########
|
||||
#@.......#
|
||||
#....C...#
|
||||
#........#
|
||||
#......D.#
|
||||
##########
|
||||
MAP_END
|
||||
21
data/locations/location_2.txt
Normal file
21
data/locations/location_2.txt
Normal file
@@ -0,0 +1,21 @@
|
||||
ID=2
|
||||
TITLE=Old Corridor
|
||||
WIDTH=10
|
||||
HEIGHT=6
|
||||
START_X=1
|
||||
START_Y=1
|
||||
NORTH=1
|
||||
SOUTH=3
|
||||
WEST=0
|
||||
EAST=0
|
||||
RIDDLE_TYPE=2
|
||||
RIDDLE_TEXT=Decode this word: MBHJD. Each letter is shifted by one.
|
||||
RIDDLE_ANSWER=magic
|
||||
MAP_BEGIN
|
||||
##########
|
||||
#@.......#
|
||||
#..E.....#
|
||||
#........#
|
||||
#......D.#
|
||||
##########
|
||||
MAP_END
|
||||
21
data/locations/location_3.txt
Normal file
21
data/locations/location_3.txt
Normal file
@@ -0,0 +1,21 @@
|
||||
ID=3
|
||||
TITLE=Guard Room
|
||||
WIDTH=10
|
||||
HEIGHT=6
|
||||
START_X=1
|
||||
START_Y=1
|
||||
NORTH=2
|
||||
SOUTH=4
|
||||
WEST=0
|
||||
EAST=0
|
||||
RIDDLE_TYPE=3
|
||||
RIDDLE_TEXT=Continue the sequence: 2 4 8 16
|
||||
RIDDLE_ANSWER=32
|
||||
MAP_BEGIN
|
||||
##########
|
||||
#@.......#
|
||||
#....N...#
|
||||
#........#
|
||||
#......D.#
|
||||
##########
|
||||
MAP_END
|
||||
21
data/locations/location_4.txt
Normal file
21
data/locations/location_4.txt
Normal file
@@ -0,0 +1,21 @@
|
||||
ID=4
|
||||
TITLE=Library
|
||||
WIDTH=10
|
||||
HEIGHT=6
|
||||
START_X=1
|
||||
START_Y=1
|
||||
NORTH=3
|
||||
SOUTH=5
|
||||
WEST=0
|
||||
EAST=0
|
||||
RIDDLE_TYPE=4
|
||||
RIDDLE_TEXT=Where is knowledge usually stored?
|
||||
RIDDLE_ANSWER=book
|
||||
MAP_BEGIN
|
||||
##########
|
||||
#@.......#
|
||||
#....C...#
|
||||
#..E.....#
|
||||
#......D.#
|
||||
##########
|
||||
MAP_END
|
||||
21
data/locations/location_5.txt
Normal file
21
data/locations/location_5.txt
Normal file
@@ -0,0 +1,21 @@
|
||||
ID=5
|
||||
TITLE=Final Gate
|
||||
WIDTH=10
|
||||
HEIGHT=6
|
||||
START_X=1
|
||||
START_Y=1
|
||||
NORTH=4
|
||||
SOUTH=0
|
||||
WEST=0
|
||||
EAST=0
|
||||
RIDDLE_TYPE=5
|
||||
RIDDLE_TEXT=What key opens no door?
|
||||
RIDDLE_ANSWER=keyboard
|
||||
MAP_BEGIN
|
||||
##########
|
||||
#@.......#
|
||||
#....E...#
|
||||
#....C...#
|
||||
#......D.#
|
||||
##########
|
||||
MAP_END
|
||||
Reference in New Issue
Block a user