This was a maze with one solution and no dead ends, but somebody erased most of the black lines. Can you find the correct path anyways? (The grid lines show where the solid lines could be placed.)
#############--##########
# | | | | | | | #
#--#--+--+--+--+--+--+--#
# # | | | | | | #
#--#--+--+--+--+--+--+--#
# | | | | | | | #
#--####--+--+--#--+--####
# | | | | # | | #
####--#--+--+--#--+--+--#
# | # | | | | | #
#--+--#--####--+--####--#
# | | | | | | | #
#--####--+--####--+--#--#
# | | | | | | # #
#--+--+--+--#--+--+--#--#
# | | | # | | | #
#######--################
Oops, it looks like the solution isn't unique. Here's another:
#############--##########
# | | | # | | | #
#--#######--##########--#
# # | # | | | # #
#--#--#--##########--#--#
# # # | # | # | #
#--#--####--#--#--#######
# | # | # # # | #
#######--####--#--#--#--#
# | # | | # | # #
#--#--################--#
# # | | | | | # #
#--################--#--#
# # | | # | | # #
#--#--####--#--+######--#
# | # | # | | | #
#######--################
The upper left and center are slightly different that Jyqm's solution.