Shrooms

Untitled

Mar 19th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. var board:[(Int,Int,FishType)] = [
  2.  
  3. /* => => Forward direction => => */
  4. /* 1 2 3 4 5 # Tile Number */
  5.  
  6. (1,1,.Empty),(1,2,.Empty),(1,3,.Empty),(1,4,.Salmon),(1,5,.Empty), //Depth1
  7. (2,1,.Tuna),(2,2,.Salmon),(2,3,.Empty),(2,4,.Empty),(2,5,.Salmon), //Depth2
  8. (3,1,.Salmon),(3,2,.Empty),(3,3,.Empty),(3,4,.Tuna),(3,5,.Empty), //Depth3
  9. (4,1,.Empty),(4,2,.Empty),(4,3,.Empty),(4,4,.Tuna),(4,5,.Empty)] //Depth4
Advertisement
Add Comment
Please, Sign In to add comment