Package games.stendhal.tools
Class FlipSokoban
java.lang.Object
games.stendhal.tools.FlipSokoban
flips the sokoban.txt file
- Author:
- hendrik
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
flip(BufferedReader reader, PrintStream out)
reverses each line in a sokoban board; without reversing comments.static void
reverses 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
-