Package games.stendhal.tools
Class FlipSokoban
java.lang.Object
games.stendhal.tools.FlipSokoban
flips the sokoban.txt file
- Author:
- hendrik
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidflip(BufferedReader reader, PrintStream out) reverses each line in a sokoban board; without reversing comments.static voidreverses each line in a sokoban board; without reversing comments.
-
Constructor Details
-
FlipSokoban
public FlipSokoban()
-
-
Method Details
-
flip
reverses each line in a sokoban board; without reversing comments.- Parameters:
reader- inputout- out- Throws:
IOException- in case of an input/output error
-
main
reverses each line in a sokoban board; without reversing comments.- Parameters:
args- ignored- Throws:
IOException- in case of an input/output error
-