This commit is contained in:
Kim Ravn Hansen
2025-10-09 15:51:40 +02:00
parent 2bf6272291
commit 1f97ea63e2
20 changed files with 1173 additions and 855 deletions

View File

@@ -42,8 +42,8 @@
}
#minimap {
grid-area: minimap;
font-size: 12px;
line-height: 11.5px;
font-size: 14px;
line-height: 13px;
white-space: pre;
display: inline-block;
padding: 2px;
@@ -96,46 +96,44 @@
<div id="minimap"></div>
<div id="mapInput">
<textarea id="mapText" rows="10" wrap="off">
############################################################
############################################################
############################################################
## # ################# ########################
#### # ################### # ## ########################
## P Z###############Z # ## ################ ::: P(east) Z(a, b, west) Z(b, a, east) // Comments
## ######################## # ## #### ####
### E # # ## # #### # # #### ::: E(gnoll)
#### ################## ## #### # ####
##### ################### # ## # # #### ####
######E#################### # #### ::: E(Goblins, gnoll) // These are comments
###### #################### ########## #### ####
###### #################### ########## # # #### # # ####
###### #################### ########## #### # # ####
###### #################### #################### ####
###### #################### ############################
###### #################### # ############################
###### #################### # ############################
######E#################### # ############################ ::: E(gnoll)
###### ## ##### ## ############################ :::
###### ## Z#### ## # # ############################ ::: Z(c, d, west)
###### ## ####Z ## ######## ############ ::: Z(d, c, east)
###### ## ## # ########### ## ######## ############
######E## # #E ############ ::: E(Dwarves, gnoll) ; E(Gelatinous_Cube, gnoll)
###### # # # ############
######### # ## ########### # ######### # ############
######### # # ########### # ######### # # ############
######### ########### # ######### ############
###########Z############### # ######### #### ############### ::: Z(e, f, null)
########################### # ######### #### ###############
########################### # ######### #### ###############
########################### # ######### #### ###############
########################### # #### ###############
######################### # #### # # # ######## ###
########################Z # # ######## # ### ::: Z(f, null, east) // you can teleport here, but you cannot teleport back
######################### # ##### # # # # ######## ###
######################### # # ###
######################### ####################### # ###
##################################################### ###
############################################################
#########################################################
# ################# ######################
### # ################### # ## ######################
# P _Z###############Z_ # ## ############## ::: P(east) _(portalA,west) Z(portalB) Z(portalA) _(portalB,west)
# ######################## # ## #### ##
## E ################# # # ## # #### # # ## ::: E(gnoll)
### ################## ## #### # ##
#### ################### # ## # # #### ##
#####E#################### # ## ::: E(skelebones)
##### #################### ########## #### ##
##### #################### ########## # # #### # # ##
##### #################### ########## #### # # ##
##### #################### #################### ##
##### #################### ##########################
##### #################### # ##########################
#####E#################### # ########################## ::: E(gnoll)
##### ###############_#### # ########################## ::: _(portalC, south)
##### ## ##### ## ########################## :::
##### ## Z#### ## # # ########################## ::: Z(portalC)
##### ## _####Z ## ######## ########## ::: _(portalD, west) Z(portalD)
##### ## ## # ########### ## ######## ##########
#####E## # #E ########## ::: E(Dwarves, gnoll) E(Gelatinous_Cube, gnoll)
##### # # # ##########
######## # ## ########### # ######### # ##########
######## # # ########### # ######### # # ##########
######## ########### # ######### ##########
##########Z############### # ######### #### ############# ::: Z(portalE)
########################## # ######### #### #############
########################## # ######### #### #############
########################## # ######### #### #############
########################## # #### #############
######################## # #### # # # ######## #
#######################_ # # ######## # # ::: _e(portalE, east)
######################## # ##### # # # # ######## #
######################## # # #
######################## ####################### # #
#################################################### #
#########################################################
</textarea
>
<button onclick="game.loadMap()">Load Map</button>