####################################
# #
# ############################## #
# ############################## #
# # #
# # ##############################
# # #
# P ############**####################
#####################################
Where P is the player # is a wall and ** is the next area.
When I do if (movement = forward)
{
System.out.println("I don't want to spend forever retyping the dungeon");
I can never make it back to that same spot and move again constantly without an infinteciaml amount of lines of code. Is there anyway I could use some kind of Read.line method or something to get this working withouth 14 trillion lines?
By the way, that thing up top is supposed to look like a maze but the forum hates me.

Help



Back to top









