fourwin
Class TLog
java.lang.Object
fourwin.TLog
public class TLog
- extends Object
This class is used to check the moves and the evaluate-values after every
turn during a game, to test and correct bugs in the software and optimize
the evaluate-values. Also the replay of a game for testing cases is possible.
- Author:
- Sebastian
Constructor Summary |
TLog()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logFile
private static FileWriter logFile
IsInitialized
private static boolean IsInitialized
TLog
public TLog()
Initialize
private static void Initialize()
AddLine
public static void AddLine(String s)