Skip to content

Instantly share code, notes, and snippets.

@paul-ihnatolia
Created March 8, 2012 22:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paul-ihnatolia/2003917 to your computer and use it in GitHub Desktop.
Save paul-ihnatolia/2003917 to your computer and use it in GitHub Desktop.
SeaBattle
mojeePole = [#a b c d e f g h i k
[0, 0, 0, 0, 0, 0, 0, 0, 0 ,0],#1
[0, 0, 0, 1, 0, 0, 0, 0, 0 ,0],#2
[0, 0, 0, 1, 0, 0, 0, 0, 0 ,0],#3
[0, 0, 0, 1, 0, 0, 0, 0, 0 ,0],#4
[0, 0, 0, 0, 0, 0, 0, 0, 0 ,0],#5
[0, 0, 0, 0, 0, 0, 0, 0, 0 ,0],#6
[0, 0, 0, 0, 0, 0, 0, 0, 0 ,0],#7
[0, 0, 0, 0, 0, 0, 0, 0, 0 ,0],#8
[0, 0, 0, 0, 0, 0, 0, 0, 0 ,0],#9
]
#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment