comparison game/Engine.java @ 11:b89ecc8d5557

More work.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 30 Jan 2011 00:26:35 +0200
parents 4bacc98973f5
children 59ff451750fb
comparison
equal deleted inserted replaced
10:4bacc98973f5 11:b89ecc8d5557
78 public static final int boardMiddle = 4; 78 public static final int boardMiddle = 4;
79 Piece[][] board; 79 Piece[][] board;
80 Piece current; 80 Piece current;
81 public boolean flagGameOver; 81 public boolean flagGameOver;
82 82
83
84
85 int moveX, moveY, movePoint; 83 int moveX, moveY, movePoint;
86 84
87 public GameBoard() 85 public GameBoard()
88 { 86 {
89 board = new Piece[boardSize][boardSize]; 87 board = new Piece[boardSize][boardSize];