net.damf.games.janimine
Class GamePlay

java.lang.Object
  extended by net.damf.games.janimine.GamePlay

public class GamePlay
extends java.lang.Object


Field Summary
private  MapActions map
           
 
Constructor Summary
GamePlay(char[][] tempDispMap, int[][] tempMineMap, int tempConCol, int tempConRow)
           
 
Method Summary
 void commands(char input)
           
 int coordX()
           
 int coordY()
           
 void play()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

map

private MapActions map
Constructor Detail

GamePlay

public GamePlay(char[][] tempDispMap,
                int[][] tempMineMap,
                int tempConCol,
                int tempConRow)
Method Detail

play

public void play()

commands

public void commands(char input)

coordX

public int coordX()

coordY

public int coordY()