net.damf.games.janimine
Class Stats

java.lang.Object
  extended by 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()
           
 
Method Summary
static void addMove()
           
static void clear(int space)
           
static boolean didLose()
           
static boolean didWin()
           
static int getCleared()
           
static int getMoves()
           
static void kaboom()
           
static void reset(int tmpBombs, int tmpTotalSpace)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

Stats

public Stats()
Method Detail

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()