public static void welcomeMessage(){
System.out.println("########################################");
System.out.println("## This is a game about walking ##");
System.out.println("## through a maze ##");
System.out.println("########################################");
System.out.println("## You can always type in help to see ##");
System.out.println("## the avaible commands you can use ##");
System.out.println("########################################");
System.out.println("## Coded by ##");
System.out.println("## Tjalfe & David ##");
System.out.println("########################################");
System.out.println("## Not even we know they layout of ##");
System.out.println("## the maze we made! ##");
System.out.println("## GL & HF ##");
System.out.println("########################################");
}
public static void fuckingUpMessage(){
System.out.println("########################################");
System.out.println("## Type play to start the game ##");
System.out.println("## Type highscore to show higscores ##");
System.out.println("########################################");
}
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.