net.damf.games.janimine
Class Stats
java.lang.Object
net.damf.games.janimine.Stats
public class Stats
- extends java.lang.Object
Field Summary |
private static int |
bombs
|
private static int |
cleared
|
private static boolean |
lose
|
private static int |
moves
|
private static int |
totalSpace
|
private static boolean |
win
|
Constructor Summary |
Stats()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
moves
private static int moves
bombs
private static int bombs
cleared
private static int cleared
totalSpace
private static int totalSpace
win
private static boolean win
lose
private static boolean lose
Stats
public Stats()
reset
public static void reset(int tmpBombs,
int tmpTotalSpace)
clear
public static void clear(int space)
kaboom
public static void kaboom()
addMove
public static void addMove()
getMoves
public static int getMoves()
getCleared
public static int getCleared()
didWin
public static boolean didWin()
didLose
public static boolean didLose()