Skip to content

Commit

Permalink
final
Browse files Browse the repository at this point in the history
  • Loading branch information
TejeshP committed Sep 10, 2013
1 parent 94565df commit daef1d5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified battleship/bin/GameDesign/GameDesign.class
Binary file not shown.
2 changes: 1 addition & 1 deletion battleship/src/GameDesign/GameDesign.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class GameDesign {
public static void main(String args[]) {
UserInterface UI = new UserInterface();
DefaultOpponent AI = new DefaultOpponent();
AI.play();

AI.setShips();
UI.start();

Expand Down

0 comments on commit daef1d5

Please sign in to comment.