godot-puzzle/levels.txt

51 lines
684 B
Text

; legend:
; # - wall
; @ - player
; o - ball
; O - big ball (more momentum! l8r)
; . - goal
; space - default, rough floor (-1 dlvel)
; _ - ice (0 dlvel)
; cool idea for first two levels:
; first level just plays like slightly weird sokoban
; second level is the same layout but the *floor* is different
; TODO: multiple levels (could just be stacked on top)
; TODO: notation for ball on ice
; TODO: levels.gd
; 1
#######
# #
#@ o.#
# o ###
# #
# . #
#####
; 2
#######
# #
#@ o.#
# o ###
# _ #
# . #
#####
; 3 (diagonal movement should definitely be a sick twist for l8r)
#####
#@ #
# o ##
# o#
###o.#
####
; 4 pool
#############
# @ o. o_ . #
#############