Skip to content

Instantly share code, notes, and snippets.

@reflash
Created August 28, 2018 06:07
Show Gist options
  • Save reflash/280da63830c1a181f9f6336593ff5a8f to your computer and use it in GitHub Desktop.
Save reflash/280da63830c1a181f9f6336593ff5a8f to your computer and use it in GitHub Desktop.
[<TestMethod>]
member this.``Test left upper corner neighbors is 3``() =
(0, 0, [|
[|0; 1; 0|];
[|1; 1; 0|];
[|0; 0; 0|]
|])
|> Game.NeighborsAt
|> should equal 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment