Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. String [][] battleField={
  2. {"B"," "," ","B"," "," "," "," "," ","B"},
  3. {" ","B","B","B","B","B","B","B","B"," "},
  4. {" ","B"," ","B","B","B"," ","B"," "," "},
  5. {" ","B","B","B"," "," ","B"," ","B","B"},
  6. {"B"," "," "," "," ","B"," "," "," "," "},
  7. {" "," ","B"," "," ","B","B"," "," ","B"},
  8. {"B","B"," ","B"," "," ","B","B"," ","9"},
  9. {"B"," "," "," ","B"," "," "," "," ","B"},
  10. {"B"," "," "," "," "," "," "," "," ","B"}
  11. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement