278279280281282283284285286287288
g.board = createBoard(p); // build the faction players Player[] players = createPlayers(p); for (int x = 0; x < players.length; x++) { g.addPlayer(x, players[x]); } // build the entities int nIndex = 0; for (int x = 0; x < players.length; x++) {