Skip to content

Commit

Permalink
added ignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego authored and wduminy committed May 16, 2014
1 parent 92a97be commit 3df1c8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
classes/
2 changes: 1 addition & 1 deletion src/core/game/Game.java
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ private void checkTimeOut()
*/
private void printResult()
{
System.out.println("Result (1:win, 0:lose):"+ winner.key() + ", Score:" + score + ", timesteps:" + this.getGameTick());
System.out.println("Result (1->win; 0->lose):"+ winner.key() + ", Score:" + score + ", timesteps:" + this.getGameTick());
}

/**
Expand Down

0 comments on commit 3df1c8e

Please sign in to comment.