diff --git a/src/game/BaseGame.java b/src/game/BaseGame.java index ecbff71..b846af2 100644 --- a/src/game/BaseGame.java +++ b/src/game/BaseGame.java @@ -72,12 +72,6 @@ ServerSocket server; Socket s; boolean isHost; - - /*public static void main(String[] args) { - AbstractGame game = new AbstractGame(); - game.getPlayer(game.currentPlayer).deactiveCards(); - System.out.println("Player " + game.currentPlayer + "'s turn"); - }*/ public BaseGame(){ init(); @@ -110,13 +104,10 @@ if(difficulty < 0) difficulty = 0; if(fontSize <= 0) fontSize = 20; } catch (JSONException e) { - // TODO Auto-generated catch block e.printStackTrace(); } catch (MalformedURLException e) { - // TODO Auto-generated catch block e.printStackTrace(); } catch (IOException e) { - // TODO Auto-generated catch block e.printStackTrace(); } } @@ -159,9 +150,6 @@ protected void createPlayers(){ players = new AbstractPlayer[N_PLAYERS]; - /*for(int i=0; i= 0) roundsLeft--; int selCardIndex = 0; for(int i=0; i